Skip to content

Commit

Permalink
fixup! Add 'I' to ruff, fix findings
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 10, 2024
1 parent f387eb1 commit 352dd72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/zeekctl.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ for path in (
sys.path.insert(0, path)

from ZeekControl import util, utilcurses, version, zeekcmd
from ZeekControl.zeekctl import CommandSyntaxError, ZeekControlError, ZeekCtl
from ZeekControl.exceptions import CommandSyntaxError, ZeekControlError
from ZeekControl.zeekctl import ZeekCtl


# Main command loop.
Expand Down

0 comments on commit 352dd72

Please sign in to comment.