Skip to content

Commit

Permalink
cleanup unused imports (cleanup merge conflict resolution from main)
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Aug 5, 2022
1 parent cb05e98 commit 4ad92e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion yt/visualization/plot_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import numpy as np
from matplotlib.colors import Normalize
from more_itertools import always_iterable
from packaging.version import Version
from unyt.exceptions import UnitConversionError

from yt._maintenance.deprecation import issue_deprecation_warning
Expand Down
5 changes: 1 addition & 4 deletions yt/visualization/profile_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@
from yt.funcs import iter_fields, matplotlib_style_context
from yt.utilities.exceptions import YTNotInsideNotebook
from yt.visualization._handlers import ColorbarHandler, NormHandler
from yt.visualization.base_plot_types import PlotMPL
from yt.visualization.base_plot_types import ImagePlotMPL, PlotMPL

from ..data_objects.selection_objects.data_selection_objects import YTSelectionContainer
from ._commons import validate_image_name
from .base_plot_types import ImagePlotMPL
from ._commons import DEFAULT_FONT_PROPERTIES, MPL_VERSION, validate_image_name
from .base_plot_types import ImagePlotMPL, PlotMPL
from .plot_container import (
BaseLinePlot,
ImagePlotContainer,
Expand Down

0 comments on commit 4ad92e6

Please sign in to comment.