mirror of https://github.com/logos-co/open-law.git
flake8
This commit is contained in:
parent
ca14730ca0
commit
f098514cbc
|
@ -5,7 +5,6 @@ from app import models as m
|
|||
from tests.utils import (
|
||||
login,
|
||||
logout,
|
||||
create_test_book,
|
||||
create_book,
|
||||
create_collection,
|
||||
create_section,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from flask import current_app as Response
|
||||
from flask.testing import FlaskClient
|
||||
|
||||
from app import models as m, db
|
||||
from app import models as m
|
||||
from tests.utils import (
|
||||
create_book,
|
||||
create_collection,
|
||||
|
@ -9,7 +9,6 @@ from tests.utils import (
|
|||
create_interpretation,
|
||||
create_section,
|
||||
login,
|
||||
create_test_book,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -221,7 +221,6 @@ def test_create_version(client):
|
|||
login(client)
|
||||
|
||||
book: m.Book = create_book(client)
|
||||
book_2: m.Book = create_book(client)
|
||||
|
||||
logout(client)
|
||||
login(client, "test_2")
|
||||
|
|
Loading…
Reference in New Issue