mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -2,8 +2,8 @@ import json
|
||||
|
||||
from flask import url_for
|
||||
|
||||
from app.models import ApiKey, KEY_TYPE_NORMAL
|
||||
from app.dao.api_key_dao import expire_api_key
|
||||
from app.models import KEY_TYPE_NORMAL, ApiKey
|
||||
from tests import create_authorization_header
|
||||
from tests.app.db import create_api_key, create_service, create_user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user