0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

fix: import add operator in client

This commit is contained in:
2025-05-06 09:53:24 +02:00
parent be72c9f270
commit 55f7efc4f5
3 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,7 @@ def test_client_generator_with_black_formatting():
import inspect
import traceback
from functools import reduce
from operator import add
from typing import Literal, Optional
from bec_lib.logger import bec_logger