Skip to content

Commit

Permalink
Silence flake8 objections about import in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 18, 2020
1 parent 5761a30 commit 7edca70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep517/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__version__ = '0.9.0'

from .wrappers import *
from .wrappers import * # noqa: F401, F403

0 comments on commit 7edca70

Please sign in to comment.