From 31165aca109db268fb22745d7eb7294e5df49dd8 Mon Sep 17 00:00:00 2001 From: Yanone Date: Wed, 10 Jan 2024 17:07:32 +0100 Subject: [PATCH] Import order --- shaperglot/checks/shaping_differs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaperglot/checks/shaping_differs.py b/shaperglot/checks/shaping_differs.py index b16baa9..a1df4e2 100644 --- a/shaperglot/checks/shaping_differs.py +++ b/shaperglot/checks/shaping_differs.py @@ -1,6 +1,6 @@ +from itertools import permutations from strictyaml import Seq, Map, Int, Optional from num2words import num2words -from itertools import permutations from .common import shaping_input_schema, ShaperglotCheck, check_schema