mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -3,8 +3,9 @@ import unittest.case
|
||||
import unittest.loader
|
||||
import unittest.result
|
||||
import unittest.suite
|
||||
from collections.abc import Iterable
|
||||
from types import ModuleType
|
||||
from typing import Any, Iterable, Protocol
|
||||
from typing import Any, Protocol
|
||||
|
||||
MAIN_EXAMPLES: str
|
||||
MODULE_EXAMPLES: str
|
||||
|
||||
Reference in New Issue
Block a user