Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifahmed990 committed Nov 27, 2023
1 parent 7433242 commit 449e7de
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 36 deletions.
8 changes: 0 additions & 8 deletions voltaire_bundler/bundler/execution_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@
import logging

from voltaire_bundler.event_bus_manager.endpoint import Endpoint
from voltaire_bundler.rpc.events import (
RPCCallRequestEvent,
RPCCallResponseEvent,
)

from voltaire_bundler.utils.eth_client_utils import (
send_rpc_request_to_eth_client,
)
from voltaire_bundler.bundler.exceptions import (
ExecutionException,
ExecutionExceptionCode,
)
from voltaire_bundler.user_operation.user_operation import UserOperation

Expand Down
21 changes: 0 additions & 21 deletions voltaire_bundler/rpc/events.py

This file was deleted.

2 changes: 0 additions & 2 deletions voltaire_bundler/rpc/rpc_http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Success,
async_dispatch,
Error,
InvalidParams,
)
from typing import Any
from importlib.metadata import version
Expand All @@ -17,7 +16,6 @@
from voltaire_bundler.bundler.exceptions import (
ValidationException,
ExecutionException,
ValidationExceptionCode,
)
from prometheus_client import Summary

Expand Down
6 changes: 1 addition & 5 deletions voltaire_bundler/user_operation/user_operation_handler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
from functools import reduce
import math

from eth_utils import to_checksum_address, keccak
from eth_abi import encode, decode
Expand All @@ -10,10 +9,7 @@
ValidationException,
ValidationExceptionCode,
)
from voltaire_bundler.bundler.exceptions import (
ExecutionException,
ExecutionExceptionCode,
)

from voltaire_bundler.utils.eth_client_utils import (
send_rpc_request_to_eth_client,
)
Expand Down

0 comments on commit 449e7de

Please sign in to comment.