Skip to content

Commit

Permalink
refactor: remove cloudvolume view import
Browse files Browse the repository at this point in the history
This is deprecated in favor of using microviewer.
  • Loading branch information
william-silversmith committed Jun 13, 2024
1 parent d378e13 commit 44f0997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion igneous/tasks/mesh/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from cloudfiles import CloudFiles, CloudFile
import cloudfiles.paths

from cloudvolume import CloudVolume, view
from cloudvolume import CloudVolume
from cloudvolume.lib import Vec, Bbox, jsonify
import mapbuffer
from mapbuffer import MapBuffer, IntMap
Expand Down
2 changes: 1 addition & 1 deletion igneous/tasks/mesh/multires.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from cloudfiles import CloudFiles, CloudFile

from cloudvolume import CloudVolume, Mesh, view, paths
from cloudvolume import CloudVolume, Mesh, paths
from cloudvolume.lib import Vec, Bbox, jsonify, sip, toiter, first
from cloudvolume.datasource.precomputed.mesh.multilod \
import MultiLevelPrecomputedMeshManifest, to_stored_model_space
Expand Down

0 comments on commit 44f0997

Please sign in to comment.