Skip to content

Commit

Permalink
revert test code
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Jan 2, 2022
1 parent 2ceb39b commit 1a6a68f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions pyvista/_vtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
except ImportError: # pragma: no cover
VTK9 = False


if VTK9:

from vtkmodules.numpy_interface.dataset_adapter import (
Expand Down
4 changes: 0 additions & 4 deletions pyvista/plotting/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
'Probably using wayland')
KILL_DISPLAY = False

def untested():
"""This function is untested"""
print('hello world')


def close_all():
"""Close all open/active plotters and clean up memory.
Expand Down

0 comments on commit 1a6a68f

Please sign in to comment.