mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Oops, should use ... not None.
This commit is contained in:
@@ -44,7 +44,7 @@ if sys.version_info < (3,):
|
||||
# TODO: Change to a class with __getattr__ and __setattr__
|
||||
# once mypy supports universal __setattr__.
|
||||
# See https://github.com/python/mypy/issues/521
|
||||
local = None # type: Any
|
||||
local = ... # type: Any
|
||||
|
||||
|
||||
class Thread:
|
||||
|
||||
Reference in New Issue
Block a user