Skip to content

Commit 924f693

Browse files
Update test_operators.py
1 parent 2e01686 commit 924f693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/categorical/test_operators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import operator
2+
import warnings
23

34
import numpy as np
45
import pytest
@@ -7,7 +8,6 @@
78
from pandas import Categorical, DataFrame, Series, date_range
89
from pandas.tests.arrays.categorical.common import TestCategorical
910
import pandas.util.testing as tm
10-
import warnings
1111

1212

1313
class TestCategoricalOpsWithFactor(TestCategorical):

0 commit comments

Comments
 (0)