Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unneeded cython *imports in dist_metrics.pxd #653

Open
jakirkham opened this issue Aug 14, 2024 · 0 comments
Open

Unneeded cython *imports in dist_metrics.pxd #653

jakirkham opened this issue Aug 14, 2024 · 0 comments

Comments

@jakirkham
Copy link

jakirkham commented Aug 14, 2024

It looks like cython is both cimported and imported in dist_metrics.pxd (only the former is needed with cython unless pure Python mode is used)

import cython
cimport cython

However looking at the module it doesn't appear the cython namespace is used anywhere. So maybe both of these can be dropped?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant