mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Fix long line
This commit is contained in:
@@ -9,8 +9,7 @@ from app import db
|
|||||||
|
|
||||||
|
|
||||||
def get_provider_details():
|
def get_provider_details():
|
||||||
providers = ProviderDetails.query.order_by(asc(ProviderDetails.priority), asc(ProviderDetails.notification_type)).all()
|
return ProviderDetails.query.order_by(asc(ProviderDetails.priority), asc(ProviderDetails.notification_type)).all()
|
||||||
return providers
|
|
||||||
|
|
||||||
|
|
||||||
def get_provider_details_by_id(provider_details_id):
|
def get_provider_details_by_id(provider_details_id):
|
||||||
|
|||||||
Reference in New Issue
Block a user