Skip to content

Commit 703ab62

Browse files
committed
clean up
1 parent c6a37f7 commit 703ab62

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ test_test.py
1414
.history
1515
*.bat
1616
.VSCodeCounter
17-
.vscode/.ropeproject/config.py
18-
.vscode/.ropeproject/objectdb
17+
.vscode/
1918

2019
*.pyc
2120
__pycache__/port.cpython-39.pyc

pymycobot/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import division
44
import time
55
import struct
6-
import json
76

87

98
class ProtocolCode(object):

0 commit comments

Comments
 (0)