Skip to content

Commit 1acc6b1

Browse files
committed
PEP8
1 parent 1f8a5d6 commit 1acc6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pytest
55
import numpy as np
66

7-
from pandas.compat import range, PY3
7+
from pandas.compat import range
88

99
import pandas as pd
1010
import pandas.util.testing as tm

0 commit comments

Comments
 (0)