Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: Add back unused imports #1640

Merged
merged 2 commits into from
Jan 15, 2025
Merged

python: Add back unused imports #1640

merged 2 commits into from
Jan 15, 2025

Conversation

svix-jplatte
Copy link
Member

@svix-jplatte svix-jplatte commented Jan 15, 2025

… and disable unused-import warning for api/__init__.py.

Get us back into a state where we can safely publish a release.

Note: We rely on people being able to import these. We should all unused symbols to __all__ and remove the noqa comment down the line, for now this restores the kind of broken state we had before (better than completely broken where people have no nice import part for these things).

@svix-jplatte svix-jplatte requested a review from a team as a code owner January 15, 2025 17:22
… and disable unused-import warning for api/__init__.py
python/svix/api/__init__.py Outdated Show resolved Hide resolved
@svix-james svix-james merged commit e1196a9 into main Jan 15, 2025
8 checks passed
@svix-james svix-james deleted the jplatte/py-imports branch January 15, 2025 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants