Skip to content

Commit

Permalink
Removed use of pathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Dec 3, 2019
1 parent f40a7b2 commit 2e1ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/repositories/test_find_links_repository.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from pathlib import Path
import shutil

try:
Expand All @@ -10,6 +9,7 @@
from poetry.repositories.find_links_repository import FindLinksRepository
from poetry.repositories.find_links_repository import FilteredPage
from poetry.repositories.find_links_repository import SingleLink
from poetry.utils._compat import Path

from .test_legacy_repository import MockRepository as LegacyMockRepository

Expand Down

0 comments on commit 2e1ea04

Please sign in to comment.