Skip to content

Commit 77b9826

Browse files
committed
Fixed an import of not yet loaded module
1 parent a61db89 commit 77b9826

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

archinstall/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def get_arguments() -> Dict[str, Any]:
176176
return config
177177

178178
def load_config():
179+
from .lib.models import NetworkConfiguration
179180
"""
180181
refine and set some arguments. Formerly at the scripts
181182
"""

0 commit comments

Comments
 (0)