mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 09:45:23 +08:00
Another attempt at solving circular import issue
This commit is contained in:
@@ -34,6 +34,5 @@ def sum_blocks(array, factors):
|
||||
[33, 27]])
|
||||
|
||||
"""
|
||||
from ..transform._warps import _downsample
|
||||
return _downsample(array, factors)
|
||||
|
||||
from ..transform._warps import _downsample
|
||||
|
||||
Reference in New Issue
Block a user