Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent c29dfee commit 4c62fde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/console/commands/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@

import pytest

from tests.helpers import get_package
from poetry.console.commands.update import UpdateCommand
from tests.helpers import get_package


if TYPE_CHECKING:
from poetry.poetry import Poetry
from pytest_mock import MockerFixture

from poetry.poetry import Poetry
from tests.helpers import TestRepository
from tests.types import CommandTesterFactory
from tests.types import FixtureDirGetter
Expand Down

0 comments on commit 4c62fde

Please sign in to comment.