mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-16 03:10:48 -04:00
clear up sqlalchemy warning
This commit is contained in:
@@ -119,7 +119,6 @@ def _delete_inbound_sms(datetime_to_delete_from, query_filter):
|
||||
select(InboundSms.id)
|
||||
.where(InboundSms.created_at < datetime_to_delete_from, *query_filter)
|
||||
.limit(query_limit)
|
||||
.subquery()
|
||||
)
|
||||
|
||||
deleted = 0
|
||||
|
||||
Reference in New Issue
Block a user