Skip to content

Commit e4ab354

Browse files
bang128topper-123
authored andcommitted
Fix pre-commit
1 parent f852c7e commit e4ab354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexing/test_indexing.py

Lines changed: 1 addition & 1 deletion
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)