Skip to content

Commit

Permalink
style(lint): fix import block (in ruff 0.8.2)
Browse files Browse the repository at this point in the history
This was required after upgrading ruff from 0.7.1 to 0.8.2
  • Loading branch information
danceratopz committed Dec 10, 2024
1 parent 0a6764f commit 824b49f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stubs/trie/hexary.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Dict


class HexaryTrie:
db: Dict
root_hash: bytes
Expand Down

0 comments on commit 824b49f

Please sign in to comment.