Skip to content

Commit

Permalink
fix: correct import line for our module
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoe committed Aug 2, 2024
1 parent c5dd3c2 commit 5893d2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import sushy
from nautobot import Nautobot

from understack_workflows.helpers import arg_parser
from understack_workflows.helpers import credential
Expand All @@ -8,6 +7,7 @@
from understack_workflows.helpers import oob_sushy_session
from understack_workflows.helpers import setup_logger
from understack_workflows.models import Chassis
from understack_workflows.nautobot import Nautobot

logger = setup_logger(__name__)

Expand Down

0 comments on commit 5893d2a

Please sign in to comment.