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

Ignore F401 in __init__.py files #6

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Ignore F401 in __init__.py files #6

merged 2 commits into from
Sep 12, 2023

Conversation

MatteoCampinoti94
Copy link
Member

F401 occurs when there are unused imports, but imports in init.py files are used to export from submodules and should not throw an error.

Used to export from submodules and should not throw an error
@MatteoCampinoti94 MatteoCampinoti94 requested review from Oest1980 and clausjuhl and removed request for Oest1980 September 12, 2023 09:22
@clausjuhl clausjuhl merged commit c6842bd into main Sep 12, 2023
1 check passed
@clausjuhl clausjuhl deleted the flake8-ignore-f401 branch September 12, 2023 11:45
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