fix: adapt import to refactoring in bec_lib #11

Merged
guijar_m merged 1 commits from fix_imports into main 2024-05-15 18:58:04 +02:00

View File

@@ -3,7 +3,7 @@ Pre-startup script for BEC client. This script is executed before the BEC client
is started. It can be used to add additional command line arguments.
"""
from bec_lib import ServiceConfig
from bec_lib.service_config import ServiceConfig
def extend_command_line_args(parser):