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

fix: remove private import from pymmcore-widgets #236

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

tlambert03
Copy link
Member

I'm adding tests for napari-micromanager in pymmcore-widgets, and this failure popped up because we were importing private stuff from pymmcore-widgets here.

https://github.com/pymmcore-plus/pymmcore-widgets/actions/runs/3648433889/jobs/6161851543

just a reminder that even if the other library is our own library, you still want to be careful about importing and using private modules. private implies that the library could change it without warning (and not worry about breaking any downstream library)

@tlambert03 tlambert03 merged commit 63a12e2 into pymmcore-plus:main Dec 8, 2022
@tlambert03 tlambert03 deleted the remove-private-import branch December 8, 2022 13:08
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.

None yet

1 participant