Skip to content

Commit 0693cab

Browse files
committed
fix mypy issue
1 parent a3a98f3 commit 0693cab

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
@@ -1297,7 +1297,7 @@ def _format_native_types(
12971297
self,
12981298
*,
12991299
na_rep: str_t = "",
1300-
decimal: str = ".",
1300+
decimal: str_t = ".",
13011301
float_format=None,
13021302
date_format=None,
13031303
quoting=None,

0 commit comments

Comments
 (0)