We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents decb67e + 6fc06f6 commit 2e35f4eCopy full SHA for 2e35f4e
tests/helpers.py
@@ -5,7 +5,7 @@
5
from pathlib import Path
6
from typing import Callable, Optional, TypeVar
7
8
-from tests.types import P, RawFilesDict, RequirementsDict, RequirementsStem
+from tests.types import P, RawFilesDict, RequirementsDict
9
10
RequirementFiles = dict[str, Path]
11
current_python_version = f"{sys.version_info.major}.{sys.version_info.minor}"
0 commit comments