Skip to content

Commit 02e5715

Browse files
committed
fix mypy issue
1 parent 8b42196 commit 02e5715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ def _format_native_types(
12941294
self,
12951295
*,
12961296
na_rep: str_t = "",
1297-
decimal: str = ".",
1297+
decimal: str_t = ".",
12981298
float_format=None,
12991299
date_format=None,
13001300
quoting=None,

0 commit comments

Comments
 (0)