Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Nov 22, 2024
1 parent b3184b6 commit 9548189
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nebula/netbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,9 @@ def disable(self, reason="nebula: Disable device", failed=False):
else:
self.nbi.update_status(device_id=device_id, status="offline")

self.nbi.log_journal(device_id=device_id, author_id=author.id, kind=kind, comments=reason)
self.nbi.log_journal(
device_id=device_id, author_id=author.id, kind=kind, comments=reason
)

def status(self):
device_id = self.data["devices"]["id"]
Expand Down

0 comments on commit 9548189

Please sign in to comment.