Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Feb 6, 2024
1 parent f10fc9b commit 51ce24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moler/device/textualdevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import time
import traceback

from moler.cmd.commandtextualgeneric import CommandTextualGeneric
from moler.config.loggers import change_logging_suffix, configure_device_logger
from moler.connection_factory import get_connection
from moler.connection_observer import ConnectionObserver
Expand Down Expand Up @@ -925,6 +924,7 @@ def get_cmd(self, cmd_name, cmd_params=None, check_state=True, for_state=None):
for_state=for_state,
**cmd_params,
)
from moler.cmd.commandtextualgeneric import CommandTextualGeneric
assert isinstance(cmd, CommandTextualGeneric)
return cmd

Expand Down

0 comments on commit 51ce24c

Please sign in to comment.