dateparser: use PEP 604 (#5977)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2021-08-28 12:03:02 -07:00
committed by GitHub
parent f6e4c9c38f
commit 670929e908
4 changed files with 13 additions and 15 deletions

View File

@@ -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())