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

Checks: Fix Flake8 F401 imported but unused warning #3535

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

mshukuno
Copy link
Contributor

F401 errors are most often caused by __init__.py, except one. The line --per-file-ignores=__init__.py:F401 has been added to the .flake8 file to ignore __init__.py.

@github-actions github-actions bot added Python Related code is in Python libraries labels Mar 25, 2024
@neteler neteler added this to the 8.4.0 milestone Mar 26, 2024
@petrasovaa petrasovaa merged commit 071e8db into OSGeo:main Mar 26, 2024
26 checks passed
@wenzeslaus wenzeslaus changed the title Fix flake8 F401 imported but unused Checks: Fix Flake8 F401 imported but unused warning Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libraries Python Related code is in Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants