Skip to content

Commit a42c4cd

Browse files
committed
Add ruff PLC0415 to IPython import in show
1 parent e8daac3 commit a42c4cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sdf_xarray/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def show(anim):
245245
anim
246246
`matplotlib.animation.FuncAnimation`
247247
"""
248-
from IPython.display import HTML
248+
from IPython.display import HTML # noqa: PLC0415
249249

250250
return HTML(anim.to_jshtml())
251251

0 commit comments

Comments
 (0)