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

Support syntax "from X import Y" #37

Merged
merged 2 commits into from
Dec 6, 2020
Merged

Support syntax "from X import Y" #37

merged 2 commits into from
Dec 6, 2020

Conversation

DavidVentura
Copy link
Contributor

Hi!

This implements support for:

from X import Y
from X import (bla,
               Y)
from X import (Y,
               bla)
from X import (bla,
               Y,
               bla)

This is also reported in #33

@fs111
Copy link
Owner

fs111 commented Dec 6, 2020

Oh, this is great. Thank you!

@fs111 fs111 merged commit 54c0d70 into fs111:master Dec 6, 2020
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.

2 participants