Skip to content

Allow import of storage classes from the module root #150

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

Merged
merged 1 commit into from
May 8, 2025

Conversation

brianhelba
Copy link
Collaborator

Classes can now be imported directly from minio_storage, instead of minio_storage.storage.

Fixes #85.

@brianhelba
Copy link
Collaborator Author

This change is backwards-compatible.

@brianhelba brianhelba force-pushed the class-import-paths branch from 05065f3 to 2ea92a6 Compare May 8, 2025 14:38
Classes can now be imported directly from `minio_storage`, instead of
`minio_storage.storage`.

Fixes py-pa#85.
@brianhelba brianhelba force-pushed the class-import-paths branch from 2ea92a6 to d6f7bca Compare May 8, 2025 14:43
@brianhelba brianhelba changed the title Move storage classes to root of module Allow import of storage classes from the module root May 8, 2025
@brianhelba
Copy link
Collaborator Author

I'm confident that this is a strict improvement. Merging, but feedback afterwards is welcome.

@brianhelba brianhelba merged commit b4eba8b into py-pa:master May 8, 2025
5 checks passed
@brianhelba brianhelba deleted the class-import-paths branch May 8, 2025 17:22
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.

Move storage classes to root of module
1 participant