Basic Art For Product Launch

Multi- Product Layout

topless on the shore porn photo eporner

:
Read Day For Kids
Rename Operation class to Transaction
1 parent My Personal Blog commit 53e91ef

Topless on the shore porn photo eporner 2 files changed Social Media Launch Party Post

Lines changed: 6 additions & 6 deletions

Short News Article In Newspaper Multi- Product Layout

creditagricole/account.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import List
77

88
@dataclass(frozen=True)
9-
class Operation:
9+
class Transaction:
1010
id: str
1111
label: str
1212
type_label: str
@@ -22,4 +22,4 @@ class Account:
2222
balance: float
2323
currency: str
2424
label: str
25-
operations: List[Operation] = field(repr=False)
25+
operations: List[Transaction] = field(repr=False)

creditagricole/api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from datetime import datetime
1313
from locale import setlocale, LC_ALL
1414

15-
from creditagricole.account import Account, Operation
15+
from creditagricole.account import Account, Transaction
1616
from creditagricole.insurance import Insurance
1717
from creditagricole.loan import Loan
1818

@@ -114,8 +114,8 @@ def _get_product(self, product_type: ProductType):
114114

115115
def _get_operations(self, product_type: ProductType,
116116
account_index: int,
117-
currency: str) -> List[Operation]:
118-
operations = [] # type: List[Operation]
117+
currency: str) -> List[Transaction]:
118+
operations = [] # type: List[Transaction]
119119

120120
operations_endpoint = type(self).OPERATION_ENDPOINT.format(
121121
product_id=product_type,
@@ -146,7 +146,7 @@ def _get_operations(self, product_type: ProductType,
146146
date = datetime.strptime(entry["dateOperation"], "%b %d, %Y, %I:%M:%S %p")
147147
setlocale(LC_ALL, saved_locale) # restore locale
148148

149-
operations.append(Operation(
149+
operations.append(Transaction(
150150
id=entry["fitid"],
151151
label=entry["libelleOperation"].strip(),
152152
type_label=entry["libelleTypeOperation"].strip(),

Email Marketing Infographic Multi- Product Layout

Comments
 (0)