Преглед изворни кода

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):