Skip to content

Commit 1071a6a

Browse files
bang128topper-123
authored andcommitted
Fix pre-commit
1 parent eb72fa4 commit 1071a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexing/test_indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pandas.core.dtypes.common import (
1414
is_float_dtype,
1515
is_integer_dtype,
16-
is_object_dtype
16+
is_object_dtype,
1717
)
1818

1919
import pandas as pd

0 commit comments

Comments
 (0)