Skip to content

Commit e9fda3b

Browse files
committed
refactor: simplify source structure
1 parent 42ff2a1 commit e9fda3b

7 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/poetry_plugin_export/console/commands/__init__.py

Whitespace-only changes.

src/poetry_plugin_export/plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from poetry.plugins.application_plugin import ApplicationPlugin
66

7-
from poetry_plugin_export.console.commands.export import ExportCommand
7+
from poetry_plugin_export.command import ExportCommand
88

99

1010
if TYPE_CHECKING:
File renamed without changes.

tests/console/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)