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] authored and radoering committed Feb 6, 2024
1 parent e1a9342 commit 80c282e
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 80c282e

Please sign in to comment.