mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
unittest.mock.__version__ was removed in 3.9 (#10056)
See the first entry in https://docs.python.org/3/whatsnew/3.9.html#removed
This commit is contained in:
@@ -47,7 +47,8 @@ else:
|
||||
"seal",
|
||||
)
|
||||
|
||||
__version__: Final[str]
|
||||
if sys.version_info < (3, 9):
|
||||
__version__: Final[str]
|
||||
|
||||
FILTER_DIR: Any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user