Skip to content

Commit 4f7e799

Browse files
committed
final
1 parent fd1edd5 commit 4f7e799

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chia/full_node/consensus_store_sqlite3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from chia_rs import BlockRecord, FullBlock, SubEpochChallengeSegment, SubEpochSummary
1010
from chia_rs.sized_bytes import bytes32
1111
from chia_rs.sized_ints import uint32, uint64
12-
from typing_extensions import Self
12+
from typing_extensions import Self, final
1313

1414
from chia.consensus.block_height_map import BlockHeightMap
1515
from chia.full_node.block_store import BlockStore
@@ -20,6 +20,7 @@
2020
from chia.util.db_wrapper import DBWrapper2
2121

2222

23+
@final
2324
@dataclass
2425
class ConsensusStoreSQLite3Writer:
2526
block_store: BlockStore

0 commit comments

Comments
 (0)