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

mypy cannot find module inside folder without "__init_.py" file #5262

Closed
bySabi opened this issue Jun 21, 2018 · 3 comments
Closed

mypy cannot find module inside folder without "__init_.py" file #5262

bySabi opened this issue Jun 21, 2018 · 3 comments

Comments

@bySabi
Copy link

bySabi commented Jun 21, 2018

In a Python 3 project import a module inside a folder without __init__.py file, mypy was unable to find it.

Setting root mypy.ini file to:

[mypy]
python_version = 3.6

Does not solved it

@gvanrossum
Copy link
Member

gvanrossum commented Jun 21, 2018 via email

@bySabi
Copy link
Author

bySabi commented Jun 21, 2018

I did a quick search and don't found it.
sorry

I close here

@bySabi bySabi closed this as completed Jun 21, 2018
@gvanrossum
Copy link
Member

See #1645 and #1645

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

No branches or pull requests

2 participants