Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 13, 2024
1 parent 7afde22 commit f80853a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ def service_exception_mapper(
[Callable[Concatenate[Self, P], Coroutine[Any, Any, R]]],
Callable[Concatenate[Self, P], Coroutine[Any, Any, R]],
]:
assert len(http_status_map.keys()) > 0 or len(rpc_exception_map.keys()) > 0

def _decorator(member_func: Callable[Concatenate[Self, P], Coroutine[Any, Any, R]]):
_assert_correct_kwargs(
func=member_func,
Expand Down

0 comments on commit f80853a

Please sign in to comment.