From 2ef793b76af3173c3bbe7fd9942263df6d84d464 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 22 Oct 2021 20:55:00 +0200 Subject: Forgot some imports that didn't show up on a static run without going through a few of the menu's --- archinstall/lib/disk/blockdevice.py | 2 ++ archinstall/lib/disk/helpers.py | 1 + 2 files changed, 3 insertions(+) diff --git a/archinstall/lib/disk/blockdevice.py b/archinstall/lib/disk/blockdevice.py index e2fcdae5..422f35aa 100644 --- a/archinstall/lib/disk/blockdevice.py +++ b/archinstall/lib/disk/blockdevice.py @@ -1,4 +1,6 @@ +import json from ..output import log +from ..general import SysCommand class BlockDevice: def __init__(self, path, info=None): diff --git a/archinstall/lib/disk/helpers.py b/archinstall/lib/disk/helpers.py index d37dfd9b..8b372f73 100644 --- a/archinstall/lib/disk/helpers.py +++ b/archinstall/lib/disk/helpers.py @@ -1,5 +1,6 @@ import re import json +from .blockdevice import BlockDevice from ..exceptions import SysCallError from ..general import SysCommand from ..output import log -- cgit v1.2.3-54-g00ecf