flake8 fix import

This commit is contained in:
Joris Van den Bossche 2016-12-24 11:49:44 +01:00
parent 2c7e79d709
commit 41ab067dfc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import pandas.util.testing as tm
from pandas.indexes.api import Index, MultiIndex
from .common import Base
from pandas.compat import (is_platform_windows, range, lrange, lzip, u,
from pandas.compat import (range, lrange, lzip, u,
zip, PY3, PY36)
import operator
import os