diff --git a/tests/test_core.py b/tests/test_core.py index 6889b2c4192..f08de049efa 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1601,7 +1601,4 @@ async def test_state_change_events_match_state_time(hass): await hass.async_block_till_done() state = hass.states.get("light.bedroom") - import pprint - - pprint.pprint(events) assert state.last_updated == events[0].time_fired