diff --git a/bindings/python/tests-py/test_jsonschema.py b/bindings/python/tests-py/test_jsonschema.py index 5b4b7e7..23979b0 100644 --- a/bindings/python/tests-py/test_jsonschema.py +++ b/bindings/python/tests-py/test_jsonschema.py @@ -1,6 +1,6 @@ import sys import uuid -from collections import namedtuple, OrderedDict +from collections import OrderedDict, namedtuple from contextlib import suppress from enum import Enum from functools import partial