Fixed an import of not yet loaded module
This commit is contained in:
parent
a61db89a7f
commit
77b9826ab1
|
|
@ -176,6 +176,7 @@ def get_arguments() -> Dict[str, Any]:
|
||||||
return config
|
return config
|
||||||
|
|
||||||
def load_config():
|
def load_config():
|
||||||
|
from .lib.models import NetworkConfiguration
|
||||||
"""
|
"""
|
||||||
refine and set some arguments. Formerly at the scripts
|
refine and set some arguments. Formerly at the scripts
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue