Skip to content

Commit

Permalink
add back in missing import (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Dec 23, 2021
1 parent 1953ec4 commit a331ab3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyvista/plotting/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@
from .renderer import Camera, Renderer
from .renderers import Renderers
from .scalar_bars import ScalarBars
from .tools import FONTS, opacity_transfer_function, parse_color, parse_font_family
from .tools import ( # noqa
FONTS,
normalize,
opacity_transfer_function,
parse_color,
parse_font_family,
)
from .widgets import WidgetHelper

SUPPORTED_FORMATS = [".png", ".jpeg", ".jpg", ".bmp", ".tif", ".tiff"]
Expand Down

0 comments on commit a331ab3

Please sign in to comment.