Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-stuerz committed Mar 22, 2024
1 parent 470c888 commit 4c259ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opnsense_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from opnsense_cli.click_addons.callbacks import defaults_from_configfile, expand_path, get_default_config_dir
from opnsense_cli.api.client import ApiClient
from opnsense_cli.click_addons.command_autoloader import ClickCommandAutoloader
from opnsense_cli.click_addons.command_tree import _build_command_tree, _print_tree

CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])

Expand Down

0 comments on commit 4c259ef

Please sign in to comment.