fix: adapt import to refactoring in bec_lib

This commit is contained in:
2024-05-15 15:10:54 +02:00
parent 2a1180cc90
commit 7cd2a4d44c

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):