Skip to content

Commit 15751aa

Browse files
committed
Cleanup
1 parent 5defb4b commit 15751aa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from .usb_controller import USBManager
2-
import typing
32

43
__version__ = "0.0.1"
54
__all__ = ["USBManager"]

BlocksScreen/devices/storage/udisks2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
UDisks2_service: str = "org.freedesktop.UDisks2"
2424
UDisks2_obj_path: str = "org/freedesktop/UDisks2"
25-
USER_HOME_DIR: str = os.path.expanduser("~")
26-
2725
AlreadyMountedException = "org.freedesktop.UDisks2.Error.AlreadyMounted"
2826

2927
_T = typing.TypeVar(name="_T")

0 commit comments

Comments
 (0)