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