Skip to content

Commit

Permalink
Correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkeSchomann committed Nov 28, 2024
1 parent 60be729 commit ff92197
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mslice/plotting/pyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
from matplotlib.artist import Artist
from matplotlib.axes import Axes
from matplotlib.axes import Subplot # noqa: F401
from matplotlib.backends import backend_registry
from matplotlib.backends.registry import BackendFilter
from matplotlib.backends import BackendFilter, backend_registry
from matplotlib.projections import PolarAxes
from matplotlib import mlab # for detrend_none, window_hanning
from matplotlib.scale import get_scale_names # noqa: F401
Expand Down

0 comments on commit ff92197

Please sign in to comment.