Skip to content

Commit

Permalink
✨ enable running kedro boot commands from packaged project
Browse files Browse the repository at this point in the history
  • Loading branch information
takikadiri authored Nov 15, 2024
1 parent b878b12 commit 52d3e26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kedro_boot/framework/cli/cli.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""A CLI factory for kedro boot apps"""
import click
import logging
from pathlib import Path
from .factory import kedro_boot_command_factory
from .utils import get_entry_points_commands, _is_project, _find_kedro_project
from .utils import get_entry_points_commands

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 52d3e26

Please sign in to comment.