mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-08 12:34:44 +08:00
Make dataclasses available as a backported third_party library. (#2354)
This commit is contained in:
committed by
Jelle Zijlstra
parent
9a01b817f7
commit
c1f89a90b4
@@ -22,6 +22,7 @@ consistent_files = [
|
||||
{'stdlib/3/concurrent/futures/_base.pyi', 'third_party/2/concurrent/futures/_base.pyi'},
|
||||
{'stdlib/3/concurrent/futures/thread.pyi', 'third_party/2/concurrent/futures/thread.pyi'},
|
||||
{'stdlib/3/concurrent/futures/process.pyi', 'third_party/2/concurrent/futures/process.pyi'},
|
||||
{'stdlib/3.7/dataclasses.pyi', 'third_party/3/dataclasses.pyi'},
|
||||
]
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user