From 981419d23ab5577ce3085f9c866e0362a9ae54c1 Mon Sep 17 00:00:00 2001 From: Gourav Kumar Date: Fri, 25 Mar 2022 09:44:58 +0530 Subject: [PATCH] changed values to Decimal --- fincal/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fincal/utils.py b/fincal/utils.py index dc2584c..a4a65ef 100644 --- a/fincal/utils.py +++ b/fincal/utils.py @@ -1,5 +1,6 @@ import datetime from dataclasses import dataclass +from decimal import Decimal from typing import Iterable, List, Literal, Mapping, Sequence, Tuple, Union from .exceptions import DateNotFoundError, DateOutOfRangeError