Skip to content

Commit b13ce81

Browse files
figuerndrgov
authored andcommitted
Fix DLIClient import
1 parent 9c38bb2 commit b13ce81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dli_power_switch/src/dli_power_switch_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from std_msgs.msg import Bool
1212

13-
from dli_power_switch.api import DLIClient
13+
from api import DLIClient
1414
from dli_power_switch.msg import OutletStatus
1515

1616

0 commit comments

Comments
 (0)