Sorted imports with isort
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user