mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
linting
This commit is contained in:
parent
079e548ab7
commit
6945cb633d
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
from flask import url_for
|
||||
|
||||
from app.extensions import db
|
||||
from app.models import User, ApiKey, Mailbox
|
||||
from app.models import Mailbox
|
||||
from tests.utils import login
|
||||
|
||||
|
||||
def test_create_mailbox(flask_client):
|
||||
user = login(flask_client)
|
||||
login(flask_client)
|
||||
|
||||
r = flask_client.post(
|
||||
"/api/mailboxes",
|
||||
|
|
Loading…
Reference in a new issue