We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3a51f commit 81d86e6Copy full SHA for 81d86e6
chia/wallet/puzzle_drivers.py
@@ -1,10 +1,11 @@
1
from __future__ import annotations
2
3
-from typing import Any, Optional, Self
+from typing import Any, Optional
4
5
from clvm.SExp import SExp
6
from clvm_tools.binutils import assemble, type_for_atom
7
from ir.Type import Type
8
+from typing_extensions import Self
9
10
from chia.types.blockchain_format.program import Program
11
from chia.util.casts import int_from_bytes
0 commit comments