Skip to content

Commit a51a562

Browse files
ShaharNavehWillAyd
authored andcommitted
Removed outdated comment (#30782)
1 parent 2e6f53b commit a51a562

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/arrays/categorical/test_repr.py

-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ def test_categorical_repr_datetime(self):
147147
idx = date_range("2011-01-01 09:00", freq="H", periods=5)
148148
c = Categorical(idx)
149149

150-
# TODO(wesm): exceeding 80 characters in the console is not good
151-
# behavior
152150
exp = (
153151
"[2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, "
154152
"2011-01-01 12:00:00, 2011-01-01 13:00:00]\n"

0 commit comments

Comments
 (0)