Skip to content

Create __init__.py in validators - #5

Closed
adamtheturtle wants to merge 1 commit into
BinaryBard27:mainfrom
adamtheturtle:patch-2
Closed

Create __init__.py in validators#5
adamtheturtle wants to merge 1 commit into
BinaryBard27:mainfrom
adamtheturtle:patch-2

Conversation

@adamtheturtle

Copy link
Copy Markdown

When I run this tool I get ModuleNotFoundError: No module named 'env_check.validators'. The tests are also failing with this same error.

When I run this tool I get `ModuleNotFoundError: No module named 'env_check.validators'`. The tests are also failing with this same error.
@BinaryBard27

Copy link
Copy Markdown
Owner

Thanks for catching this — confirmed and fixed.

The issue was that env_check/validators was missing __init__.py, so it wasn’t
being treated as a package after installation. I added it, verified absolute
imports, and released the fix as v1.0.1.

CI and tests are now passing.

@adamtheturtle

Copy link
Copy Markdown
Author

Thank you @BinaryBard27

This is a Pull Request, which means that I submitted a fix for the issue. Feel free to close this now

@BinaryBard27

Copy link
Copy Markdown
Owner

Yup merging it thank you

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.

2 participants