removed redundant import
This commit is contained in:
parent
c70b360879
commit
8619dcc579
|
|
@ -7,7 +7,7 @@ import shlex
|
|||
import pathlib
|
||||
import subprocess
|
||||
import glob
|
||||
from .disk import get_partitions_in_use, Partition, find_partition_by_mountpoint
|
||||
from .disk import get_partitions_in_use, Partition
|
||||
from .general import SysCommand
|
||||
from .hardware import has_uefi, is_vm, cpu_vendor
|
||||
from .locale_helpers import verify_keyboard_layout, verify_x11_keyboard_layout
|
||||
|
|
|
|||
Loading…
Reference in New Issue