From 11849b22e4cf5e67cea032495d15b93339af9894 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 2 Nov 2023 14:11:58 +0000 Subject: [PATCH] flake8 --- unittests/model_tests/test_cpu_infos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unittests/model_tests/test_cpu_infos.py b/unittests/model_tests/test_cpu_infos.py index 8d6d9e30c..4b030156a 100644 --- a/unittests/model_tests/test_cpu_infos.py +++ b/unittests/model_tests/test_cpu_infos.py @@ -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"