mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 02:41:16 +08:00
Remove Python 3.7 branches (#11238)
This commit is contained in:
@@ -4,8 +4,7 @@ from importlib.abc import ResourceReader
|
||||
from importlib.machinery import ModuleSpec
|
||||
from types import CodeType, ModuleType
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
__all__ = ["ZipImportError", "zipimporter"]
|
||||
__all__ = ["ZipImportError", "zipimporter"]
|
||||
|
||||
class ZipImportError(ImportError): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user