Skip to content

Commit d1471b6

Browse files
authored
Update codeflash/main.py
1 parent 4fddb1e commit d1471b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def main() -> None:
2020
CODEFLASH_LOGO, panel_args={"title": "https://codeflash.ai", "expand": False}, text_args={"style": "bold gold3"}
2121
)
2222
args = parse_args()
23-
2423
if args.command:
2524
if args.config_file and Path.exists(args.config_file):
2625
pyproject_config, _ = parse_config_file(args.config_file)

0 commit comments

Comments
 (0)