Skip to content

Commit 353e09d

Browse files
committed
Formatting
1 parent 4536d96 commit 353e09d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/poetry_plugin_export/command.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
from typing import TYPE_CHECKING
55

66
from cleo.helpers import option
7-
from packaging.utils import NormalizedName, canonicalize_name
7+
from packaging.utils import NormalizedName
8+
from packaging.utils import canonicalize_name
89
from poetry.console.commands.group_command import GroupCommand
910
from poetry.core.packages.dependency_group import MAIN_GROUP
1011

1112
from poetry_plugin_export.exporter import Exporter
1213

14+
1315
if TYPE_CHECKING:
1416
from collections.abc import Iterable
1517

0 commit comments

Comments
 (0)