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

fix flask_restful imports #111

Merged
merged 1 commit into from
Jun 17, 2020
Merged

fix flask_restful imports #111

merged 1 commit into from
Jun 17, 2020

Conversation

foxxx0
Copy link
Member

@foxxx0 foxxx0 commented Jun 17, 2020

It seems the flask stuff has changed their naming convention.
Instead of flask.ext.restful this particular module is now called
flask_restful and needs to be referenced as such in the import
statements.

@foxxx0 foxxx0 added the bug label Jun 17, 2020
@foxxx0 foxxx0 requested a review from bastelfreak June 17, 2020 13:14
@foxxx0 foxxx0 self-assigned this Jun 17, 2020
It seems the flask stuff has changed their naming convention.
Instead of `flask.ext.restful` this particular module is now called
`flask_restful` and needs to be referenced as such in the import
statements.
@foxxx0 foxxx0 merged commit 4a61580 into master Jun 17, 2020
@foxxx0 foxxx0 deleted the flask-import-fixes branch June 17, 2020 13:20
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

2 participants