Skip to content

Commit fca2f2e

Browse files
authored
circular import issue (#471)
* circular import issue * circular import issue
1 parent 3b928f7 commit fca2f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deeptrack/math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
from deeptrack import utils, OPENCV_AVAILABLE, TORCH_AVAILABLE
106106
from deeptrack.backend import xp
107107
from deeptrack.features import Feature
108-
from deeptrack.scatterers import ScatteredField, ScatteredVolume
109108
from deeptrack.types import PropertyLike
110109

111110
if TORCH_AVAILABLE:
@@ -141,6 +140,7 @@
141140

142141
if TYPE_CHECKING:
143142
import torch
143+
from deeptrack.scatterers import ScatteredField, ScatteredVolume
144144

145145

146146
class Average(Feature):

0 commit comments

Comments
 (0)