Skip to content

Commit 2d4eda9

Browse files
committed
fix: satisfy mypy missing return statement in results monad
1 parent 09abd3e commit 2d4eda9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dacos/utils/results.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ def wrapper(*args: P.args, **kwargs: P.kwargs) -> Result[T, Exception]:
498498

499499
return wrapper
500500

501+
# type: ignore[return]
501502

502503
# ====================== PERFORMANCE MONITORING ======================
503504

0 commit comments

Comments
 (0)