mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 07:21:13 -05:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
from flask import (
|
||||
jsonify,
|
||||
Blueprint,
|
||||
request
|
||||
)
|
||||
from flask import Blueprint, jsonify, request
|
||||
|
||||
from app import db, version
|
||||
from app.dao.services_dao import dao_count_live_services
|
||||
from app.dao.organisation_dao import dao_count_organisations_with_live_services
|
||||
from app.dao.services_dao import dao_count_live_services
|
||||
|
||||
status = Blueprint('status', __name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user