We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a32f6 commit 0fd3c01Copy full SHA for 0fd3c01
codeflash/cli_cmds/cmd_init.py
@@ -34,7 +34,7 @@
34
from argparse import Namespace
35
36
CODEFLASH_LOGO: str = (
37
- f"{LF}" # noqa: ISC003
+ f"{LF}" # noqa: ISC003
38
r" _ ___ _ _ " + f"{LF}"
39
r" | | / __)| | | | " + f"{LF}"
40
r" ____ ___ _ | | ____ | |__ | | ____ ___ | | _ " + f"{LF}"
0 commit comments