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.
2 parents 05ed518 + 0fd3c01 commit dd622c6Copy full SHA for dd622c6
codeflash/cli_cmds/cmd_init.py
@@ -34,7 +34,7 @@
34
from argparse import Namespace
35
36
CODEFLASH_LOGO: str = (
37
- f"{LF}"
+ f"{LF}" # noqa: ISC003
38
r" _ ___ _ _ " + f"{LF}"
39
r" | | / __)| | | | " + f"{LF}"
40
r" ____ ___ _ | | ____ | |__ | | ____ ___ | | _ " + f"{LF}"
0 commit comments