-
Notifications
You must be signed in to change notification settings - Fork 343
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
python3: empty __init__.py can be removed #1018
python3: empty __init__.py can be removed #1018
Conversation
@goneri: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
b02fab8
to
ff09ce8
Compare
Since we are Python3 (PEP-420), these empty `__init__.py` files are not required anymore. `pytest` is still able to discover the test files.
ff09ce8
to
329ee9d
Compare
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Since we are Python3 (PEP-420), these empty
__init__.py
files arenot required anymore.
pytest
is still able to discover the test files.