mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Fix test on Python 2.5
This commit is contained in:
parent
a9ba84d5ff
commit
7b36756428
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import with_statement
|
||||
|
||||
from flake8 import engine, util, __version__
|
||||
import pep8
|
||||
import unittest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue