1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-04 22:04:21 +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
+1
View File
@@ -6,6 +6,7 @@ from __future__ import annotations
import enum
import inspect
import traceback
from functools import reduce
from typing import Literal, Optional
from bec_lib.logger import bec_logger