Update typing - collections.abc (3) (#63947)
This commit is contained in:
parent
12757a8cd2
commit
d057850971
30 changed files with 42 additions and 33 deletions
|
@ -4,9 +4,9 @@ These tests simulate recent camera events received by the subscriber exposed
|
|||
as media in the media source.
|
||||
"""
|
||||
|
||||
from collections.abc import Generator
|
||||
import datetime
|
||||
from http import HTTPStatus
|
||||
from typing import Generator
|
||||
from unittest.mock import patch
|
||||
|
||||
import aiohttp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue