Skip to content

Commit

Permalink
Fixing metadata handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg authored and JasonWeill committed Apr 17, 2023
1 parent 9efae12 commit 0987956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from IPython import get_ipython
from IPython.core.magic import Magics, magics_class, line_cell_magic
from IPython.core.magic_arguments import magic_arguments, argument, parse_argstring
from IPython.display import HTML, Image, JSON, Markdown, Math, TextDisplayObject
from IPython.display import HTML, Image, JSON, Markdown, Math

from .providers import BaseProvider

Expand Down

0 comments on commit 0987956

Please sign in to comment.