mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Added future import to make flake8 Python 2.5 compatible.
This commit is contained in:
parent
326eb7cdb2
commit
04e8b490bd
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from __future__ import with_statement
|
||||
import re
|
||||
import os
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue