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

Update flask env.py template: relocate import statement #349

Merged
merged 1 commit into from Jun 16, 2020
Merged

Update flask env.py template: relocate import statement #349

merged 1 commit into from Jun 16, 2020

Conversation

jayaddison
Copy link
Contributor

This minor change mirrors a change applied to the multi-db version of env.py in 2a1ae1b#diff-30094d32b4f7e4cc7b46cb7d05fc03eeL22.

Moving this import to the top of the file helps remove style check warnings related to module-level imports (i.e. E402 from flake8).

@miguelgrinberg miguelgrinberg merged commit b34d9e3 into miguelgrinberg:master Jun 16, 2020
@miguelgrinberg
Copy link
Owner

Makes sense. Thank you!

@jayaddison jayaddison deleted the relocate-flask-template-import branch June 16, 2020 17:57
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

2 participants