Skip to content

Commit

Permalink
manager: update helper module
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Mar 12, 2024
1 parent 0fe0824 commit 8881399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def __init__( # noqa:C901
else:
self.usbsdmux = None

self.help = helper.helper()
self.help = helper()
self.usbdev = usbdev()
self.board_name = board_name

Expand Down

0 comments on commit 8881399

Please sign in to comment.