From b31e4ffb1858e0b252f9c929bf1c9582bc9fdc4c Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Fri, 22 Mar 2024 18:47:49 +0100 Subject: [PATCH] chore: fix import order Signed-off-by: Dmitry Dygalo --- bindings/python/tests-py/test_jsonschema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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