Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Dec 20, 2024
1 parent b0f6c57 commit 918a23d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cns/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ def inner(w3):


def customize_web3(w3: "_Web3") -> "_Web3":

from web3.middleware.stalecheck import StalecheckMiddlewareBuilder

if w3.middleware_onion.get("name_to_address"):
w3.middleware_onion.remove("name_to_address")

Expand Down

0 comments on commit 918a23d

Please sign in to comment.