Skip to content

Commit 6bda3eb

Browse files
committed
fix typing
1 parent e7ef1bf commit 6bda3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/PartSegCore/analysis/batch_processing/batch_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class ResponseData(NamedTuple):
9191
values: list[MeasurementResult]
9292

9393

94-
CalculationResultList = list[ResponseData | ErrorInfo]
94+
CalculationResultList = list[Union[ResponseData, ErrorInfo]]
9595
WrappedResult = tuple[int, list[Union[ErrorInfo, ResponseData]]]
9696

9797

0 commit comments

Comments
 (0)