Fixed an import of not yet loaded module

This commit is contained in:
Anton Hvornum 2022-03-28 17:04:02 +02:00
parent a61db89a7f
commit 77b9826ab1
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 0 deletions

View File

@ -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
"""