Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 2, 2023
1 parent d03821a commit 11849b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unittests/model_tests/test_cpu_infos.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def test_cpu_infos(self):
idle = infos.infos_for_state(CPUState.IDLE)
self.assertFalse(idle)


# the str is for example purpose and may change without notice
self.assertEqual(infos.get_status_string(),
"0:0:1 in state RUNNING\n"
Expand Down

0 comments on commit 11849b2

Please sign in to comment.