Skip to content

Commit f0f6a94

Browse files
committed
fix: import Decimal
1 parent 960db8f commit f0f6a94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aleph/sdk/query/responses.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from __future__ import annotations
22

3+
from decimal import Decimal
34
from typing import Any, Dict, List, Optional, Union
45

56
from aleph_message.models import (

0 commit comments

Comments
 (0)