[Buildroot] [PATCH] support/testing/tests/package/test_python_unittest_xml_reporting.py: fix flake8 warnings

Pierre-Jean Texier texier.pj2 at gmail.com
Mon Nov 8 19:27:05 UTC 2021


Fixes:

support/testing/tests/package/test_python_unittest_xml_reporting.py:3:1: F401 'time' imported but unused
1     F401 'time' imported but unused
make: *** [Makefile:1220: check-flake8] Error 123

Signed-off-by: Pierre-Jean Texier <texier.pj2 at gmail.com>
---
 .../testing/tests/package/test_python_unittest_xml_reporting.py  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/support/testing/tests/package/test_python_unittest_xml_reporting.py b/support/testing/tests/package/test_python_unittest_xml_reporting.py
index f08c88e3da..446c231a00 100644
--- a/support/testing/tests/package/test_python_unittest_xml_reporting.py
+++ b/support/testing/tests/package/test_python_unittest_xml_reporting.py
@@ -1,6 +1,5 @@
 from tests.package.test_python import TestPythonPackageBase
 import os
-import time
 
 
 class TestPythonPy3UnitTestXmlReporting(TestPythonPackageBase):
-- 
2.25.1



More information about the buildroot mailing list