Skip to content

Commit 29cebc0

Browse files
committed
skip sonar
1 parent c8c8a8d commit 29cebc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/notifications-library/src/notifications_library/_payments_repository.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111

1212
class PaymentsDataRepo(_BaseRepo):
13+
# NOSONAR
14+
# NOTE: this is for the moment duplicated from the payments until completed
15+
# then it will be replaced
1316
async def get_on_payed_data(self, user_id: UserID, payment_id: PaymentID):
1417
"""Retrieves payment data for the templates on the `on_payed` event"""
1518
query = (

0 commit comments

Comments
 (0)