Skip to content

Commit

Permalink
Merge branch 'main' into release/2024.04.26.01
Browse files Browse the repository at this point in the history
  • Loading branch information
kharigardner authored Apr 26, 2024
2 parents 1181d2f + 76accc9 commit 62127cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfivetran/shed.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class GeneralApiResponse(TypedDict):
data: Optional[Dict[str, Any]]

class ApiError(Exception):
def __inti__(self, msg: str):
def __init__(self, msg: str):
self.msg = msg

def __str__(self):
Expand Down

0 comments on commit 62127cf

Please sign in to comment.