diff --git a/pyfivetran/shed.py b/pyfivetran/shed.py index 822e3b7..8d8f950 100644 --- a/pyfivetran/shed.py +++ b/pyfivetran/shed.py @@ -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):