[BUG] **_process_generic
defined in base_helpers
but needed in base_return_types
, circular import restricted**
#5694
Labels
_process_generic
is defined inbase_helpers
but needed inbase_return_types
Since
base_helpers
importsbase_return_types
, circular import restrictbase_return_types
from importing_process_generic
frombase_helpers
... so why not just define it where it is called?**leads to error:
AttributeError: type object 'list' has no attribute 'replace'
moving
_process_generic
tobase_return_types
solves both initial and knock-on effect errorsSteps/Code to reproduce bug
Expected behavior
imported fine under 23.06
Environment details (please complete the following information):
!pip install --extra-index-url=https://pypi.nvidia.com cuml-cu11==23.10.00 cudf-cu11==23.10.00
The text was updated successfully, but these errors were encountered: