Commit f9e7f0d1 by Arun Babu Neelicattu

tests: fix incorrect type checking import

parent 34c55fa2
......@@ -32,7 +32,7 @@ from tests.repositories.test_pypi_repository import MockRepository as MockPyPIRe
if TYPE_CHECKING:
import httpretty
from poetry.installation.operation.operation import Operation
from poetry.installation.operations.operation import Operation
from poetry.puzzle.transaction import Transaction
DEFAULT_SOURCE_REF = (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment