mjhea0 / flaskr-tdd

Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E402 module level import not at top of file [pep8]

Alexmod opened this issue · comments

...
db = SQLAlchemy(app)

import models

@app.route('/')
def index():
...