Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
user-reg-cleanup
Commits
72474198
Commit
72474198
authored
Jan 16, 2020
by
Mitchell Moore
Committed by
Krish Moodbidri
Apr 10, 2020
Browse files
Remove unnecessary imports
parent
3095aa2e
Changes
1
Show whitespace changes
Inline
Side-by-side
app/__init__.py
View file @
72474198
# app/__init__.py
# third-party imports
from
flask
import
Flask
,
redirect
,
url_for
,
request
from
flask
import
render_template
# local imports
from
__future__
import
print_function
# third-party imports
from
flask
import
Flask
,
redirect
,
url_for
,
request
,
render_template
,
flash
,
session
from
flask_bootstrap
import
Bootstrap
def
create_app
(
config_name
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment