diff --git a/Tests/helper.py b/Tests/helper.py index e36696c5ae2..33723185a5a 100644 --- a/Tests/helper.py +++ b/Tests/helper.py @@ -12,7 +12,7 @@ import sysconfig import tempfile from io import BytesIO -from typing import Any, Callable, NamedTuple, Sequence +from typing import Any, Callable, Sequence import pytest from packaging.version import parse as parse_version