Skip to content

Commit e2e21c2

Browse files
committed
Self from typing_extensions
1 parent c03c0b9 commit e2e21c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chia/wallet/puzzle_drivers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
from __future__ import annotations
22

3-
from typing import Any, Optional, Self
3+
from typing import Any, Optional
44

55
from clvm.SExp import SExp
66
from clvm_tools.binutils import assemble, type_for_atom
77
from ir.Type import Type
8+
from typing_extensions import Self
89

910
from chia.types.blockchain_format.program import Program
1011
from chia.util.casts import int_from_bytes

0 commit comments

Comments
 (0)