We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f9522 commit dd0f4bdCopy full SHA for dd0f4bd
1 file changed
testlib/infra.py
@@ -30,7 +30,6 @@
30
31
# isort: THIRDPARTY
32
import dbus
33
-from justbytes import Range
34
35
from .dbus import StratisDbus, manager_interfaces
36
from .utils import exec_command, process_exists, terminate_traces
@@ -45,7 +44,6 @@
45
44
MOUNT_POINT_SUFFIX = "_stratisd_mounts"
46
UMOUNT = "umount"
47
MOUNT = "mount"
48
-STRATIS_METADATA_LEN = Range(8192, 512)
49
50
51
def clean_up(): # pylint: disable=too-many-branches,too-many-locals
0 commit comments