Skip to content

Commit 49618e5

Browse files
committed
Sort imports
1 parent 3356d61 commit 49618e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/helpers/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from asyncio import get_running_loop
66
from contextlib import suppress
7-
from secrets import token_hex as secrets_token_hex
87
import logging
98
from os import (
109
fsync as os_fsync,
@@ -14,6 +13,7 @@
1413
)
1514
from os.path import expanduser as os_path_expand_user, join as os_path_join
1615
from pathlib import Path
16+
from secrets import token_hex as secrets_token_hex
1717

1818
from aiofiles import open as aiofiles_open, ospath # type: ignore[import-untyped]
1919
from aiofiles.os import ( # type: ignore[import-untyped]

0 commit comments

Comments
 (0)