Skip to content

Commit 09f8cbb

Browse files
committed
修复conveyor_api导入问题
1 parent bb08e9f commit 09f8cbb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from pymycobot.pro400 import Pro400
3939
from pymycobot.pro400client import Pro400Client
4040
from pymycobot.myarmm_control import MyArmMControl
41-
from conveyor_api import ConveyorAPI
41+
from pymycobot.conveyor_api import ConveyorAPI
4242
__all__ = [
4343
"MyPalletizer260",
4444
"MechArm270",

pymycobot/conveyor_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import time
44

55
from serial import Serial
6-
from common import *
76
import struct
87

98

0 commit comments

Comments
 (0)