We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a37f7 commit 703ab62Copy full SHA for 703ab62
.gitignore
@@ -14,8 +14,7 @@ test_test.py
14
.history
15
*.bat
16
.VSCodeCounter
17
-.vscode/.ropeproject/config.py
18
-.vscode/.ropeproject/objectdb
+.vscode/
19
20
*.pyc
21
__pycache__/port.cpython-39.pyc
pymycobot/common.py
@@ -3,7 +3,6 @@
3
from __future__ import division
4
import time
5
import struct
6
-import json
7
8
9
class ProtocolCode(object):
0 commit comments