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

fix(client): import reduce

This commit is contained in:
2025-04-25 11:41:22 +02:00
committed by perl_d
parent 06a4954d3d
commit 8cca510fa1
3 changed files with 3 additions and 0 deletions

View File

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