Skip to content

Split long cython import lines#1931

Merged
timothycrosley merged 1 commit intoPyCQA:mainfrom
davidcollins001:main
May 11, 2022
Merged

Split long cython import lines#1931
timothycrosley merged 1 commit intoPyCQA:mainfrom
davidcollins001:main

Conversation

@davidcollins001
Copy link
Copy Markdown

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.

3 participants