Skip to content

Commit

Permalink
black code
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Oct 9, 2023
1 parent 09b2b5b commit 218b9de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kestrel_core/src/kestrel/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def kestrel():
print(results)


#TODO: fix #405 so we do not need this
# TODO: fix #405 so we do not need this
CMDS = [ # command_no_result from kestrel.lark
"APPLY",
"DISP",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ def stix_shifter_diag():
diag.diagnose_config()

# 2. setup connector and ping
setup_connector_module(diag.connector_name, diag.allow_dev_connector, args.ignore_cert)
setup_connector_module(
diag.connector_name, diag.allow_dev_connector, args.ignore_cert
)

# 3. query translation test
diag.diagnose_translate_query(patterns[0])
Expand Down

0 comments on commit 218b9de

Please sign in to comment.