Skip to content

Commit 393c8ed

Browse files
gfyoungvictor
authored and
victor
committed
CLN: Remove weird comment in parse_dates.py (pandas-dev#22418)
Was added back in pandas-devgh-12915...not sure why.
1 parent d17e1f0 commit 393c8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/parse_dates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def test_parse_tz_aware(self):
365365
assert stamp.minute == 39
366366
try:
367367
assert result.index.tz is pytz.utc
368-
except AssertionError: # hello Yaroslav
368+
except AssertionError:
369369
arr = result.index.to_pydatetime()
370370
result = tools.to_datetime(arr, utc=True)[0]
371371
assert stamp.minute == result.minute

0 commit comments

Comments
 (0)