pylint issues resolved
Ran tests, and black afterwards. Updated changes.rst and included pre-commit hooks as required. Ran isort on imports.
This commit is contained in:
parent
3dc6db9d0c
commit
dde76ea960
32 changed files with 114 additions and 132 deletions
|
|
@ -1,9 +1,8 @@
|
|||
import pytest
|
||||
from flask import g
|
||||
from flask import session
|
||||
|
||||
from flaskr.db import get_db
|
||||
|
||||
from flask import g, session
|
||||
|
||||
|
||||
def test_register(client, app):
|
||||
# test that viewing the page renders without template errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue