mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
@@ -59,8 +59,6 @@ def main() -> None:
|
||||
continue
|
||||
if "stubs/protobuf/google/protobuf" in str(path): # TODO: fix protobuf stubs
|
||||
continue
|
||||
if "stubs/dateparser/" in str(path): # TODO: fix dateparser
|
||||
continue
|
||||
|
||||
with open(path) as f:
|
||||
tree = ast.parse(f.read())
|
||||
|
||||
Reference in New Issue
Block a user