We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fdaa4 commit 9d8ced9Copy full SHA for 9d8ced9
cuenca/resources/card_transactions.py
@@ -28,7 +28,7 @@ class CardTransaction(Transaction):
28
@property # type: ignore
29
def related_card_transactions(self) -> Optional[List['CardTransaction']]:
30
if not self.related_card_transaction_uris:
31
- return None
+ return []
32
return cast(
33
List['CardTransaction'],
34
retrieve_uris(self.related_card_transaction_uris),
0 commit comments