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

Split long cython import lines #1931

Merged
merged 1 commit into from May 11, 2022
Merged

Split long cython import lines #1931

merged 1 commit into from May 11, 2022

Conversation

davidcollins001
Copy link

The following currently happens:

from very.long.module.path cimport thing becomes

from very.long.module.(
    path cimport thing
)

@timothycrosley timothycrosley merged commit b9716d7 into PyCQA:main May 11, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants