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 7b9b8ab commit af92a74Copy full SHA for af92a74
json_transport/src/json_transport/json_transport.py
@@ -26,7 +26,7 @@
26
import json
27
28
from json_msgs import msg as json_msg
29
-from jsonschema import validate, ValidationError
+from jsonschema import validate
30
31
32
def pack(data):
0 commit comments