formatting, line: test for delete of party

This commit is contained in:
Frederik Jaeckel 2023-05-18 12:15:53 +02:00
parent 78f160bf0b
commit 619a17bcd6
16 changed files with 701 additions and 516 deletions

View file

@ -32,7 +32,8 @@ class CurrencyRate(metaclass=PoolMeta):
actions = iter(args)
for rates, values in zip(actions, actions):
for rate in rates:
MemCache.record_update(CACHEKEY_CURRENCY % rate.currency.id, rate)
MemCache.record_update(
CACHEKEY_CURRENCY % rate.currency.id, rate)
@classmethod
def delete(cls, records):