Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP,ENH: MultiPlotter improvements #90

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Again
GuillaumeFavelier committed Mar 11, 2021
commit e99da6ec9520b2532f8125d51f8769922fea414e
1 change: 1 addition & 0 deletions pyvistaqt/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""This module contains utilities routines."""
from typing import Any, List, Optional, Type

import pyvista
import scooby # type: ignore
from qtpy.QtWidgets import QApplication, QMenuBar