Skip to content

Commit

Permalink
fix: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Jun 5, 2024
1 parent 2148cf0 commit 5055e66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ape_safe/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
from typing import Dict, Iterator, List, Optional, Union, cast

from ape.api import AccountAPI
from ape.logging import logger
from ape.types import AddressType, HexBytes, MessageSignature
from ape_accounts import KeyfileAccount
from eip712.common import SafeTxV1, SafeTxV2
from eth_account import Account as EthAccount

from ape_safe.client.base import BaseSafeClient
from ape_safe.client.mock import MockSafeClient
Expand Down

0 comments on commit 5055e66

Please sign in to comment.