Fixed flake8 complaint
This commit is contained in:
parent
d90c3fa2f5
commit
6f3a867fa3
|
|
@ -14,7 +14,6 @@ from .disk import Partition, convert_device_to_uuid
|
|||
from .general import SysCommand, SysCommandWorker
|
||||
from .output import log
|
||||
from .exceptions import SysCallError, DiskError
|
||||
from .storage import storage
|
||||
|
||||
class luks2:
|
||||
def __init__(self,
|
||||
|
|
|
|||
Loading…
Reference in New Issue