mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Drop Python 3.3 support from several stubs (#2266)
* Drop Python 3.3 support from importlib stubs * Drop Python 3.3 support from html and symbol stubs
This commit is contained in:
committed by
Jelle Zijlstra
parent
1184726417
commit
b05e99297c
@@ -10,10 +10,7 @@ from typing import (
|
||||
import sys
|
||||
from types import FrameType, ModuleType, TracebackType
|
||||
|
||||
if sys.version_info >= (3, 3):
|
||||
from importlib.abc import MetaPathFinder
|
||||
else:
|
||||
MetaPathFinder = Any
|
||||
from importlib.abc import MetaPathFinder
|
||||
|
||||
_T = TypeVar('_T')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user