Skip to content

Commit

Permalink
python: Remove __all__ export from application.py (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte authored Jan 20, 2025
2 parents e2143fb + e98bd57 commit 88c0496
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/svix/api/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,3 @@ def patch(self, app_id: str, application_patch: ApplicationPatch) -> Application
return v1_application_patch.request_sync(
client=self._client, app_id=app_id, json_body=application_patch
)


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

0 comments on commit 88c0496

Please sign in to comment.