Skip to content

Commit

Permalink
fix: don't import CloudVolume view
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 3, 2024
1 parent 2b86b7c commit da3ebb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_ccl_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import shutil

import numpy as np
from cloudvolume import CloudVolume, EmptyVolumeException, view
from cloudvolume import CloudVolume, EmptyVolumeException
import cloudvolume.lib as lib
from cloudfiles import CloudFiles
from taskqueue import MockTaskQueue, TaskQueue
Expand Down
2 changes: 1 addition & 1 deletion test/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import shutil

import numpy as np
from cloudvolume import CloudVolume, EmptyVolumeException, view
from cloudvolume import CloudVolume, EmptyVolumeException
import cloudvolume.lib as lib
from cloudfiles import CloudFiles
import fastremap
Expand Down
2 changes: 1 addition & 1 deletion test/test_transfer_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import shutil

import numpy as np
from cloudvolume import CloudVolume, EmptyVolumeException, view
from cloudvolume import CloudVolume, EmptyVolumeException
import cloudvolume.lib as lib
from cloudfiles import CloudFiles
from taskqueue import MockTaskQueue, TaskQueue
Expand Down

0 comments on commit da3ebb5

Please sign in to comment.