Sorted imports with isort

This commit is contained in:
2023-06-22 13:17:53 +02:00
parent 47435c6128
commit 83dd4b6746
14 changed files with 82 additions and 97 deletions

View File

@@ -1,6 +1,7 @@
from typing import Any, Union
from ujson import loads, dumps, JSONDecodeError
from traceback import print_exc
from typing import Any, Union
from ujson import JSONDecodeError, dumps, loads
# Print to stdout and then to log