We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960db8f commit f0f6a94Copy full SHA for f0f6a94
src/aleph/sdk/query/responses.py
@@ -1,5 +1,6 @@
1
from __future__ import annotations
2
3
+from decimal import Decimal
4
from typing import Any, Dict, List, Optional, Union
5
6
from aleph_message.models import (
0 commit comments