minor fix

This commit is contained in:
Wilson Gomez 2023-05-08 12:30:35 -05:00
parent 309ff755be
commit 079cffd315
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from operator import attrgetter
from decimal import Decimal
from sql import Table
from sql.aggregate import Sum
from datetime import date, timedelta
from datetime import date, timedelta, datetime
from time import sleep
from trytond.pool import Pool, PoolMeta