From b37a4b6e5968c3e758aeec44c79fd648a6abcbdd Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Mon, 13 Mar 2023 10:18:24 -0500 Subject: [PATCH] format with black --- pyflybygen/cli/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyflybygen/cli/app.py b/pyflybygen/cli/app.py index 88b4245..2592fcd 100644 --- a/pyflybygen/cli/app.py +++ b/pyflybygen/cli/app.py @@ -54,7 +54,6 @@ def main( help="include relative imports", ), ) -> None: - lines = [] if Path(".gitignore").exists(): lines.extend(Path(".gitignore").read_text().splitlines())