Skip to content

Commit 2e35f4e

Browse files
committed
Merge branch 'release/v2.0.0' into feature/enable-package-install
2 parents decb67e + 6fc06f6 commit 2e35f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pathlib import Path
66
from typing import Callable, Optional, TypeVar
77

8-
from tests.types import P, RawFilesDict, RequirementsDict, RequirementsStem
8+
from tests.types import P, RawFilesDict, RequirementsDict
99

1010
RequirementFiles = dict[str, Path]
1111
current_python_version = f"{sys.version_info.major}.{sys.version_info.minor}"

0 commit comments

Comments
 (0)