From 12e2a202b10fdc10e9ab62b4a2cd274fb9bc49e3 Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Tue, 7 Jan 2020 16:12:25 +0200 Subject: [PATCH] Removed outdated comment --- pandas/tests/arrays/categorical/test_repr.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandas/tests/arrays/categorical/test_repr.py b/pandas/tests/arrays/categorical/test_repr.py index 9321813b42b33..d08c4b47dd3cb 100644 --- a/pandas/tests/arrays/categorical/test_repr.py +++ b/pandas/tests/arrays/categorical/test_repr.py @@ -147,8 +147,6 @@ def test_categorical_repr_datetime(self): idx = date_range("2011-01-01 09:00", freq="H", periods=5) c = Categorical(idx) - # TODO(wesm): exceeding 80 characters in the console is not good - # behavior exp = ( "[2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, " "2011-01-01 12:00:00, 2011-01-01 13:00:00]\n"