Skip to content

Commit 3356d61

Browse files
author
autoruff
committed
fixup: improve-cache-writing Python code reformatted using Ruff
1 parent 42be6f2 commit 3356d61

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugwise_usb/helpers/cache.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
from contextlib import suppress
77
from secrets import token_hex as secrets_token_hex
88
import logging
9-
from os import fsync as os_fsync, getenv as os_getenv, getpid as os_getpid, name as os_name
9+
from os import (
10+
fsync as os_fsync,
11+
getenv as os_getenv,
12+
getpid as os_getpid,
13+
name as os_name,
14+
)
1015
from os.path import expanduser as os_path_expand_user, join as os_path_join
1116
from pathlib import Path
1217

0 commit comments

Comments
 (0)