Skip to content

Commit cf3be80

Browse files
author
Sylvain MARIE
committed
Code review: removed commented line
1 parent 4d026cf commit cf3be80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/tslibs/period.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,6 @@ cdef str period_format(int64_t value, int freq, object fmt=None):
11591159

11601160
if isinstance(fmt, str):
11611161
# Encode using current locale, in case fmt contains non-utf8 chars
1162-
# fmt = fmt.encode("utf-8")
11631162
fmt = <bytes>util.string_encode_locale(fmt)
11641163

11651164
if fmt is None:

0 commit comments

Comments
 (0)