X Tutup
The Wayback Machine - https://web.archive.org/web/20230615152419/https://github.com/huggingface/diffusers/pull/317
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 鈥淪ign up for GitHub鈥, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flake8 F401 imported but unused #317

Merged
merged 2 commits into from Sep 1, 2022
Merged

Fix flake8 F401 imported but unused #317

merged 2 commits into from Sep 1, 2022

Conversation

anton-l
Copy link
Member

@anton-l anton-l commented Sep 1, 2022

Turns out that the F401 issue has been solved quite a while ago, so now it can be fixed with a single config line for every __init__.py in the project 馃檪

Closes #300

@anton-l anton-l mentioned this pull request Sep 1, 2022
@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Sep 1, 2022

The documentation is not available anymore as the PR was closed or merged.

Copy link
Member

@patrickvonplaten patrickvonplaten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

@anton-l anton-l merged commit 3c138a4 into main Sep 1, 2022
3 checks passed
@anton-l anton-l deleted the fix-flake-f401 branch September 1, 2022 13:00
natolambert pushed a commit that referenced this pull request Sep 7, 2022
* Fix flake8 F401 '...' imported but unused

* One more F403
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.

F401 quality warnings
3 participants
X Tutup