Fix useless-object-inheritance (UP004) Ruff warning (#2831)
This commit is contained in:
parent
d644b5cae2
commit
44eb7f92e9
|
|
@ -33,7 +33,7 @@ if TYPE_CHECKING:
|
||||||
_: Any
|
_: Any
|
||||||
|
|
||||||
|
|
||||||
class DeviceHandler(object):
|
class DeviceHandler:
|
||||||
_TMP_BTRFS_MOUNT = Path('/mnt/arch_btrfs')
|
_TMP_BTRFS_MOUNT = Path('/mnt/arch_btrfs')
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue