mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
remove all() from statement
This commit is contained in:
@@ -764,7 +764,6 @@ def fetch_billing_details_for_all_services():
|
||||
)
|
||||
.select_from(Service)
|
||||
.outerjoin(Service.organization)
|
||||
.all()
|
||||
)
|
||||
|
||||
return db.session.execute(billing_details).all()
|
||||
|
||||
Reference in New Issue
Block a user