Fix useless-object-inheritance (UP004) Ruff warning (#2831)

This commit is contained in:
correctmost 2024-11-16 04:54:14 -05:00 committed by GitHub
parent d644b5cae2
commit 44eb7f92e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if TYPE_CHECKING:
_: Any
class DeviceHandler(object):
class DeviceHandler:
_TMP_BTRFS_MOUNT = Path('/mnt/arch_btrfs')
def __init__(self) -> None: