Skip to content

Commit 4323cd8

Browse files
committed
Lintedylintlint
1 parent a7c9b32 commit 4323cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_algos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from pandas._libs import (
1313
algos as libalgos, groupby as libgroupby, hashtable as ht)
14-
from pandas.compat import lrange, range
14+
from pandas.compat import PY2, lrange, range
1515
from pandas.compat.numpy import (
1616
_np_version_under1p14, np_array_datetime64_compat)
1717
import pandas.util._test_decorators as td

0 commit comments

Comments
 (0)