forked from orbit-oss/flask
apply reorder-python-imports pre-commit config
This commit is contained in:
parent
ab8d60d826
commit
43483683b2
56 changed files with 292 additions and 247 deletions
|
|
@ -2,8 +2,10 @@ import os
|
|||
import tempfile
|
||||
|
||||
import pytest
|
||||
|
||||
from flaskr import create_app
|
||||
from flaskr.db import get_db, init_db
|
||||
from flaskr.db import get_db
|
||||
from flaskr.db import init_db
|
||||
|
||||
# read in SQL for populating test data
|
||||
with open(os.path.join(os.path.dirname(__file__), "data.sql"), "rb") as f:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue