From 91b1b2ed76834a321fcc99be292b4f712d02bb5b Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 9 Oct 2024 00:29:21 +0200 Subject: [PATCH] Removed wrong import statement --- doc/requirements.txt | 2 +- pyEDAA/Reports/Unittesting/JUnit/AntJUnit4.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 35151dc7..fb1ced58 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -19,7 +19,7 @@ sphinxcontrib-mermaid >= 0.9.2 #sphinxcontrib-textstyle>=0.2.1 #sphinxcontrib-spelling>=2.2.0 autoapi >= 2.0.1 -sphinx_design ~= 0.6.0 +sphinx_design ~= 0.6.1 sphinx-copybutton >= 0.5.2 sphinx_autodoc_typehints ~= 2.4 # changelog>=0.3.5 diff --git a/pyEDAA/Reports/Unittesting/JUnit/AntJUnit4.py b/pyEDAA/Reports/Unittesting/JUnit/AntJUnit4.py index 1da3a3c8..7cd2a7fe 100644 --- a/pyEDAA/Reports/Unittesting/JUnit/AntJUnit4.py +++ b/pyEDAA/Reports/Unittesting/JUnit/AntJUnit4.py @@ -39,7 +39,6 @@ from lxml.etree import ElementTree, Element, SubElement, tostring, _Element from pyTooling.Common import firstValue from pyTooling.Decorators import export -from sphinx.ext import duration from pyEDAA.Reports.Unittesting import UnittestException, TestsuiteKind from pyEDAA.Reports.Unittesting import TestcaseStatus, TestsuiteStatus, IterationScheme