Skip to content

Commit

Permalink
Remove relay
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed May 3, 2024
1 parent d4c71d3 commit 556bca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 93 deletions.
4 changes: 0 additions & 4 deletions gnosis/safe/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# flake8: noqa F401
from .base_api import SafeAPIException
from .relay_service_api import RelayEstimation, RelaySentTransaction, RelayServiceApi
from .transaction_service_api import TransactionServiceApi

__all__ = [
"SafeAPIException",
"RelayServiceApi",
"RelayEstimation",
"RelaySentTransaction",
"TransactionServiceApi",
]
89 changes: 0 additions & 89 deletions gnosis/safe/api/relay_service_api.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Utilities to build EIP712 messages for Safe
"""
import time
from typing import Dict

Expand Down

0 comments on commit 556bca3

Please sign in to comment.