Skip to content

Commit 824b49f

Browse files
committed
style(lint): fix import block (in ruff 0.8.2)
This was required after upgrading ruff from 0.7.1 to 0.8.2
1 parent 0a6764f commit 824b49f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stubs/trie/hexary.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import Dict
22

3-
43
class HexaryTrie:
54
db: Dict
65
root_hash: bytes

0 commit comments

Comments
 (0)