Skip to content

Commit

Permalink
fixed IPython deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
IainHammond committed Jan 22, 2025
1 parent bba8c48 commit 1362178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pre_3_10/test_preproc_recentering.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
mpl.use("Agg")

try:
from IPython.core.display import display, HTML
from IPython.display import display, HTML

def html(s):
display(HTML(s))
Expand Down

0 comments on commit 1362178

Please sign in to comment.