Skip to content

Commit

Permalink
these need to be exported, since they were exported in the old api.py…
Browse files Browse the repository at this point in the history
… and can be a breaking change
  • Loading branch information
svix-mman committed Jan 14, 2025
1 parent c8b19a5 commit da0e434
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/svix/api/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,6 @@ def patch(self, app_id: str, application_patch: ApplicationPatch) -> Application

def delete(self, app_id: str) -> None:
return v1_application_delete.request_sync(client=self._client, app_id=app_id)


__all__ = ["ApplicationIn", "ApplicationOut", "ApplicationPatch"]

0 comments on commit da0e434

Please sign in to comment.