Linting fix
This commit is contained in:
parent
992c945b52
commit
c9a4e38497
|
|
@ -5,7 +5,7 @@ from ..exceptions import DiskError
|
||||||
from ..output import log
|
from ..output import log
|
||||||
from ..general import SysCommand
|
from ..general import SysCommand
|
||||||
|
|
||||||
GIGA=2**30
|
GIGA = 2 ** 30
|
||||||
|
|
||||||
class BlockDevice:
|
class BlockDevice:
|
||||||
def __init__(self, path, info=None):
|
def __init__(self, path, info=None):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue