We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4536d96 commit 353e09dCopy full SHA for 353e09d
1 file changed
src/poetry_plugin_export/command.py
@@ -4,12 +4,14 @@
4
from typing import TYPE_CHECKING
5
6
from cleo.helpers import option
7
-from packaging.utils import NormalizedName, canonicalize_name
+from packaging.utils import NormalizedName
8
+from packaging.utils import canonicalize_name
9
from poetry.console.commands.group_command import GroupCommand
10
from poetry.core.packages.dependency_group import MAIN_GROUP
11
12
from poetry_plugin_export.exporter import Exporter
13
14
+
15
if TYPE_CHECKING:
16
from collections.abc import Iterable
17
0 commit comments