mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Add (_)dummy_threading module, identical to threading (#3554)
* Add (_)dummy_threading module, identical to threading * Remove unnecessary comment, add consistency check
This commit is contained in:
committed by
Jelle Zijlstra
parent
d0f57d7d38
commit
85afac3bd5
@@ -28,6 +28,7 @@ consistent_files = [
|
||||
{'stdlib/3.7/contextvars.pyi', 'third_party/3/contextvars.pyi'},
|
||||
{'stdlib/3/ipaddress.pyi', 'third_party/2/ipaddress.pyi'},
|
||||
{'stdlib/2/copy_reg.pyi', 'stdlib/3/copyreg.pyi'},
|
||||
{'stdlib/2and3/threading.pyi', 'stdlib/2and3/_dummy_threading.pyi'}
|
||||
]
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user