diff --git a/neurom/features/bifurcationfunc.py b/neurom/features/bifurcationfunc.py deleted file mode 100644 index 52490a2c..00000000 --- a/neurom/features/bifurcationfunc.py +++ /dev/null @@ -1,8 +0,0 @@ -"""For backward compatibility only.""" -# pylint: skip-file - -from neurom.features.bifurcation import * # pragma: no cover -from neurom.utils import deprecated_module # pragma: no cover - -deprecated_module('Module `neurom.features.bifurcationfunc` is deprecated. Use' - '`neurom.features.bifurcation` instead.') # pragma: no cover