junit-xml - Remove outdated type ignore hint (#80748)

pull/80755/head
Matt Clay 1 year ago committed by GitHub
parent b576f0cda7
commit 905131fc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ from xml.dom import minidom
from xml.etree import ElementTree as ET
@dataclasses.dataclass # type: ignore[misc] # https://github.com/python/mypy/issues/5374
@dataclasses.dataclass
class TestResult(metaclass=abc.ABCMeta):
"""Base class for the result of a test case."""

Loading…
Cancel
Save