Skip to content

Commit 0c5d295

Browse files
committed
Remove unused import of is_complex_dtype from algorithms.datatypes
1 parent 344a033 commit 0c5d295

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cdl/core/gui/processor/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from qtpy import QtWidgets as QW
2626

2727
from cdl import env
28-
from cdl.algorithms.datatypes import is_complex_dtype
2928
from cdl.config import Conf, _
3029
from cdl.core.gui.processor.catcher import CompOut, wng_err_func
3130
from cdl.core.model.base import ResultProperties, ResultShape, TypeROI

0 commit comments

Comments
 (0)