Skip to content

Commit

Permalink
fixup! Run black and ruff on whole codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Jul 27, 2023
1 parent 362dcf6 commit b83dfed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/reboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def main():
)
except Exception as e:
print(
"Unable to schedule maintenance for %s %a : %s"(device, port, e)
"Unable to schedule maintenance for %s %a : %s"
% (device, port, e)
)


Expand Down
1 change: 0 additions & 1 deletion src/zinolib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from .ritz import ritz, notifier, parse_tcl_config
from .ritz import caseState, caseType, Case
from .ritz import AuthenticationError, NotConnectedError, ProtocolError
Expand Down

0 comments on commit b83dfed

Please sign in to comment.