mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 19:26:52 +00:00
fixed the path to pyflakes
This commit is contained in:
parent
625834cfff
commit
e3b33db104
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ for space.
|
|||
|
||||
"""
|
||||
from flake8 import __version__ as flake8_version
|
||||
from pyflakes import __version__ as pep8_version
|
||||
from flake8.pyflakes import __version__ as pep8_version
|
||||
|
||||
__version__ = '0.6.1'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue