We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb72fa4 commit 1071a6aCopy full SHA for 1071a6a
pandas/tests/indexing/test_indexing.py
@@ -13,7 +13,7 @@
13
from pandas.core.dtypes.common import (
14
is_float_dtype,
15
is_integer_dtype,
16
- is_object_dtype
+ is_object_dtype,
17
)
18
19
import pandas as pd
0 commit comments