Skip to content

Commit adc32b8

Browse files
hippowmmroeschke
andauthored
remove comment
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 6e8fb65 commit adc32b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/strings/test_strings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,6 @@ def test_series_str_decode():
782782

783783

784784
def test_decode_with_dtype_none():
785-
# Ensure that future.infer_string is enabled
786785
with option_context("future.infer_string", True):
787786
ser = Series([b"a", b"b", b"c"]) # Use byte strings
788787
result = ser.str.decode("utf-8", dtype=None)

0 commit comments

Comments
 (0)