From 77b9826ab1c764b802096a5e7dbb364040912d28 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 28 Mar 2022 17:04:02 +0200 Subject: Fixed an import of not yet loaded module --- archinstall/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archinstall') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index c6ddc51a..1771427d 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -176,6 +176,7 @@ def get_arguments() -> Dict[str, Any]: return config def load_config(): + from .lib.models import NetworkConfiguration """ refine and set some arguments. Formerly at the scripts """ -- cgit v1.2.3-54-g00ecf