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

Add __all__ to core #176

Closed
wants to merge 1 commit into from
Closed

Add __all__ to core #176

wants to merge 1 commit into from

Conversation

felixhammerl
Copy link

Missing __all__ causes Pylance claim that assert_that and is_ has not been imported due to the wildcard imports from hamcrest.core.

Fixes #175

@felixhammerl felixhammerl marked this pull request as draft June 21, 2021 17:37
Missing __all__ causes Pylance claim that assert_that has not been imported for wildcard imports.

Fixes hamcrest#175
@felixhammerl felixhammerl marked this pull request as ready for review June 21, 2021 17:43
@felixhammerl felixhammerl marked this pull request as draft June 21, 2021 17:58
@brunns
Copy link
Member

brunns commented Jun 30, 2021

Re the CI failure - if you run tox -e lint before your commit, I believe black has some formatting changes to make. The other failure should have been fixed by my recent commit.

@felixhammerl
Copy link
Author

I'll have to spend a bit more time on this and understand the folder structure better. I'll ping you once the PR is done.

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.

Missing imports in VS Code
2 participants