Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Aug 14, 2023
1 parent e75ea45 commit e2d5205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sql/magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ def interactive_execute_wrapper(**kwargs):
if with_:
command.set_sql_with(with_)
display.message(
f"Generating CTE with stored snippets: {pretty_print(with_)}"
f"Generating CTE with stored snippets: "
f"{util.pretty_print(with_)}"
)
else:
with_ = None
Expand Down

0 comments on commit e2d5205

Please sign in to comment.