changeset 746e4145743b in modules/account:5.0
details: https://hg.tryton.org/modules/account?cmd=changeset&node=746e4145743b
description:
        Import missing defaultdict from backport
diffstat:

 account.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 433d54abecde -r 746e4145743b account.py
--- a/account.py        Thu Feb 03 22:29:08 2022 +0100
+++ b/account.py        Tue Feb 08 10:20:23 2022 +0100
@@ -3,6 +3,7 @@
 from decimal import Decimal
 import datetime
 import operator
+from collections import defaultdict
 from functools import wraps
 
 from dateutil.relativedelta import relativedelta

Reply via email to