Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid circular cimports in _lib/cpp/reduce.pxd (#14125)
This Cython modules contains some cimports from higher-level modules than it should, which introduces the possibility for circular import issues. Also it contains an unused import of DeviceScalar that can cause similar issues. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Lawrence Mitchell (https://github.com/wence-) URL: #14125
- Loading branch information