Skip to content

Commit 5b1c0d7

Browse files
committed
fix bug
1 parent 8c7112e commit 5b1c0d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymycobot/mycobotpro630.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import subprocess
1010
import logging
1111
import os
12-
import can
12+
1313
from pymycobot.log import setup_logging
1414

1515

@@ -37,6 +37,7 @@ def is_debian_os():
3737
if platform.system() == "Linux" and platform.machine() == "aarch64" and is_debian_os():
3838
import linuxcnc as elerob
3939
import hal
40+
import can
4041

4142

4243
class JogMode(Enum):

0 commit comments

Comments
 (0)