Skip to content

Commit

Permalink
Clean unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Dec 2, 2023
1 parent 2be6518 commit 24b854e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dlt/cli/magics.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
from argparse import ArgumentParser

# from dlt.cli._dlt import telemetry_change_status_command_wrapper, init_command_wrapper, on_exception
# from .deploy_command import COMMAND_DEPLOY_REPO_LOCATION, DLT_DEPLOY_DOCS_URL

# from dlt.cli._dlt import init_command_wrapper
# from .pipeline_command import DLT_PIPELINE_COMMAND_DOCS_URL
# from dlt.cli.init_command import init_command

from IPython.core.display import HTML, display # type: ignore
from IPython.core.magic import (
Expand Down

0 comments on commit 24b854e

Please sign in to comment.