Skip to content

Commit 48202a3

Browse files
committed
mypy
1 parent c9408be commit 48202a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chia/full_node/block_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def get_sub_epoch_challenge_segments(
193193
def get_host_parameter_limit(self) -> int:
194194
return self.db_wrapper.host_parameter_limit
195195

196-
def transaction(self) -> AbstractAsyncContextManager[None]:
196+
def transaction(self) -> AbstractAsyncContextManager[Any]:
197197
return self.db_wrapper.writer()
198198

199199
def get_block_from_cache(self, header_hash: bytes32) -> Optional[FullBlock]:

0 commit comments

Comments
 (0)