format with black

This commit is contained in:
Waylon Walker 2023-03-13 10:18:24 -05:00
parent a9861eb082
commit b37a4b6e59
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -54,7 +54,6 @@ def main(
help="include relative imports", help="include relative imports",
), ),
) -> None: ) -> None:
lines = [] lines = []
if Path(".gitignore").exists(): if Path(".gitignore").exists():
lines.extend(Path(".gitignore").read_text().splitlines()) lines.extend(Path(".gitignore").read_text().splitlines())