Skip to content

Commit 632586b

Browse files
committed
ruff
1 parent 48202a3 commit 632586b

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
@@ -4,7 +4,7 @@
44
import logging
55
import sqlite3
66
from contextlib import AbstractAsyncContextManager
7-
from typing import Optional
7+
from typing import Any, Optional
88

99
import typing_extensions
1010
import zstd

0 commit comments

Comments
 (0)