Skip to content

Commit 3b9990e

Browse files
committed
resort imports
1 parent 1551ad5 commit 3b9990e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/wily/cache.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
77
"""
88

9-
import ujson as json
109
import os.path
1110
import pathlib
1211
import shutil
1312
from typing import Any
1413

14+
import ujson as json
15+
1516
from wily import __version__, logger
1617
from wily.archivers import ALL_ARCHIVERS, Archiver, Revision
1718
from wily.config.types import WilyConfig

0 commit comments

Comments
 (0)