Skip to content

Commit 2971673

Browse files
Update supafunc/errors.py
Co-authored-by: Anand <[email protected]>
1 parent 692022f commit 2971673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supafunc/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class FunctionsRelayError(CustomFunctionsError):
4444
"""Base exception for relay errors."""
4545

4646
def __init__(self, message: str) -> None:
47-
CustomFunctionsError.__init__(
47+
super().__init__(
4848
self,
4949
message,
5050
"FunctionsHttpError",

0 commit comments

Comments
 (0)