Linting fix

This commit is contained in:
Anton Hvornum 2021-11-09 11:10:19 +00:00
parent 992c945b52
commit c9a4e38497
1 changed files with 1 additions and 1 deletions

View File

@ -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):