remove unused import

This commit is contained in:
Pablo Martin 2024-06-27 17:19:16 +02:00
parent 0947b34ebf
commit d00a501730

View file

@ -2,7 +2,6 @@ import datetime
from decimal import Decimal from decimal import Decimal
from money.currency import Currency from money.currency import Currency
from money.money import Money
from xexe.exchange_rates import ( from xexe.exchange_rates import (
ExchangeRate, ExchangeRate,