Skip to content

Commit

Permalink
Reapply ruff/isort rules (I)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 3, 2024
1 parent fbb55ca commit c927a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/masonry/builders/test_editable_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

if TYPE_CHECKING:
from pytest_mock import MockerFixture
from tests.types import FixtureDirGetter

from poetry.poetry import Poetry
from tests.types import FixtureDirGetter


@pytest.fixture()
Expand Down
4 changes: 2 additions & 2 deletions tests/repositories/fixtures/pypi.org/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
from packaging.metadata import parse_email
from poetry.core.masonry.builders.sdist import SdistBuilder
from poetry.core.packages.package import Package

from poetry.repositories.pypi_repository import PyPiRepository
from tests.helpers import FIXTURE_PATH
from tests.helpers import FIXTURE_PATH_DISTRIBUTIONS
from tests.helpers import FIXTURE_PATH_INSTALLATION
from tests.helpers import FIXTURE_PATH_REPOSITORIES
from tests.helpers import FIXTURE_PATH_REPOSITORIES_LEGACY
from tests.helpers import FIXTURE_PATH_REPOSITORIES_PYPI

from poetry.repositories.pypi_repository import PyPiRepository


if TYPE_CHECKING:
import requests
Expand Down

0 comments on commit c927a62

Please sign in to comment.