mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -3,11 +3,11 @@ from sqlalchemy.sql.expression import func
|
||||
from app import db
|
||||
from app.dao.dao_utils import VersionOptions, transactional, version_class
|
||||
from app.models import (
|
||||
Organisation,
|
||||
Domain,
|
||||
InvitedOrganisationUser,
|
||||
Organisation,
|
||||
Service,
|
||||
User
|
||||
User,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user