فهرست منبع

support/testing/tests/package/test_python_unittest_xml_reporting.py: fix flake8 warnings

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@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Pierre-Jean Texier 3 سال پیش
والد
کامیت
7140ebbda5
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      support/testing/tests/package/test_python_unittest_xml_reporting.py

+ 0 - 1
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):