Skip to content

Commit 11522eb

Browse files
committed
Fixed linting errors
1 parent dfb9b1b commit 11522eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/series/test_constructors.py

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from datetime import datetime, timedelta
77
from collections import OrderedDict
8-
import types
98

109
from numpy import nan
1110
import numpy as np
@@ -23,7 +22,6 @@
2322
from pandas._libs import lib
2423
from pandas._libs.tslib import iNaT
2524

26-
from pandas import compat
2725
from pandas.compat import lrange, range, zip, long
2826
from pandas.util.testing import assert_series_equal
2927
import pandas.util.testing as tm

0 commit comments

Comments
 (0)