Skip to content
Snippets Groups Projects

Fix all linting violation

Merged Bo-Chun Chen requested to merge louistw/account-app:fix-linting into master
2 files
+ 1
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -26,7 +26,7 @@ def create_app(config_name):
app = Flask(
__name__, static_folder="static"
) # initialization of the flask app
cors = CORS(app, resources={r"/*": {"origins": vars.cors_allowed_origins}})
CORS(app, resources={r"/*": {"origins": vars.cors_allowed_origins}})
Bootstrap(app) # allowing app to use bootstrap
def get_authorized_user():
Loading