Skip to content

Commit 5763c74

Browse files
committed
black
1 parent c02231f commit 5763c74

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"deepdiff",
2727
"numpy",
2828
"solc-select>=v1.0.0b1",
29-
"openai"
29+
"openai",
3030
]
3131
},
3232
license="AGPL-3.0",

slither/__main__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,10 @@ def parse_args(
302302
parser.add_argument("filename", help=argparse.SUPPRESS)
303303

304304
parser.add_argument(
305-
"--codex", help="Enable codex (require an OpenAI API Key)", action="store_true", default=False
305+
"--codex",
306+
help="Enable codex (require an OpenAI API Key)",
307+
action="store_true",
308+
default=False,
306309
)
307310

308311
cryticparser.init(parser)

0 commit comments

Comments
 (0)