Skip to content

Commit dd0f4bd

Browse files
committed
Remove unnecessary justbytes import
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 18f9522 commit dd0f4bd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

testlib/infra.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
# isort: THIRDPARTY
3232
import dbus
33-
from justbytes import Range
3433

3534
from .dbus import StratisDbus, manager_interfaces
3635
from .utils import exec_command, process_exists, terminate_traces
@@ -45,7 +44,6 @@
4544
MOUNT_POINT_SUFFIX = "_stratisd_mounts"
4645
UMOUNT = "umount"
4746
MOUNT = "mount"
48-
STRATIS_METADATA_LEN = Range(8192, 512)
4947

5048

5149
def clean_up(): # pylint: disable=too-many-branches,too-many-locals

0 commit comments

Comments
 (0)