Skip to content

Commit 26c9959

Browse files
Add trailing comma to import
1 parent 50a0456 commit 26c9959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
from pandas.errors import (
7070
DuplicateLabelError,
7171
InvalidIndexError,
72-
Pandas4Warning
72+
Pandas4Warning,
7373
)
7474
from pandas.util._decorators import (
7575
Appender,

0 commit comments

Comments
 (0)