Skip to content

Commit af92a74

Browse files
committed
Fix linter
1 parent 7b9b8ab commit af92a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_transport/src/json_transport/json_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import json
2727

2828
from json_msgs import msg as json_msg
29-
from jsonschema import validate, ValidationError
29+
from jsonschema import validate
3030

3131

3232
def pack(data):

0 commit comments

Comments
 (0)