Skip to content

Commit

Permalink
fix(pvxarray): remove invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Nov 13, 2024
1 parent 0049e00 commit d7820e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pan3d/xarray/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
from vtkmodules.vtkCommonDataModel import vtkDataSet
from pan3d.xarray import datasets, algorithm

# from pvxarray.vtk_source import PyVistaXarraySource


class _LocIndexer:
def __init__(self, parent: "VTKAccessor"):
Expand Down
2 changes: 1 addition & 1 deletion pan3d/xarray/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import xarray as xr
from xarray.backends import BackendEntrypoint

from pvxarray.errors import DataCopyWarning
from pan3d.xarray.errors import DataCopyWarning

from vtkmodules.vtkIOXML import (
vtkXMLImageDataReader,
Expand Down

0 comments on commit d7820e4

Please sign in to comment.