Skip to content

Commit

Permalink
Fixes to pass the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Nov 29, 2023
1 parent 65ad795 commit dd14832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/cli/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def register_magics() -> None:
from dlt.cli import echo as fmt

try:
fmt.echo("got here2")
shell = get_ipython() # type: ignore
shell.register_magics(DltMagics)

Expand Down

0 comments on commit dd14832

Please sign in to comment.