Third-party stubs: import from collections.abc where possible (#7637)

This commit is contained in:
Alex Waygood
2022-04-16 14:52:57 +01:00
committed by GitHub
parent ee09d9eb19
commit 653f2c6ba4
146 changed files with 268 additions and 156 deletions
@@ -1,5 +1,6 @@
from collections.abc import Iterable
from logging import Logger
from typing import Any, Iterable
from typing import Any
from aws_xray_sdk import global_sdk_config as global_sdk_config
@@ -1,6 +1,7 @@
import time
from collections.abc import Callable, Iterable
from logging import Logger
from typing import Any, Callable, Iterable
from typing import Any
from aws_xray_sdk import global_sdk_config as global_sdk_config
from aws_xray_sdk.version import VERSION as VERSION