Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Fix trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Oct 2, 2024
1 parent c8996f2 commit c127f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kakarot_scripts/utils/kakarot.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from types import MethodType
from typing import Any, Dict, List, Optional, Tuple, Union, cast

import uvloop
import rlp
import uvloop
from async_lru import alru_cache
from eth_abi import decode
from eth_abi.exceptions import InsufficientDataBytes
Expand Down

0 comments on commit c127f02

Please sign in to comment.