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

Isort integration #727

Merged
merged 12 commits into from Apr 22, 2020
Merged

Isort integration #727

merged 12 commits into from Apr 22, 2020

Conversation

antonrh
Copy link

@antonrh antonrh commented Apr 10, 2020

This pull request includes:

from .resource import ResourceEndpoint
from .signature_only import SignatureOnlyEndpoint
from .pre_configured import WebApplicationServer

from .pre_configured import WebApplicationServer # isort:skip
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

circular import if import .pre_configured is before import .request_token line

@JonathanHuot JonathanHuot added this to the 3.1.1 milestone Apr 22, 2020
@JonathanHuot JonathanHuot merged commit 6875e3a into oauthlib:master Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants