Update typing - collections.abc (3) (#63947)

This commit is contained in:
Marc Mueller 2022-01-12 08:04:17 +01:00 committed by GitHub
parent 12757a8cd2
commit d057850971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 42 additions and 33 deletions

View file

@ -3,7 +3,8 @@
from __future__ import annotations
import base64
from typing import Any, AsyncGenerator, Awaitable, Callable
from collections.abc import AsyncGenerator, Awaitable, Callable
from typing import Any
from unittest.mock import patch
import aiohttp