Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Jun 27, 2024
1 parent 2ca6074 commit 87d6879
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ape_aws/client.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
from ape.utils.basemodel import ManagerAccessMixin

from cryptography.hazmat.primitives.asymmetric import ec, padding
from cryptography.hazmat.primitives import hashes, serialization
from cryptography.hazmat.backends import default_backend
from eth_account import Account
from eth_utils import to_bytes

from datetime import datetime
from typing import ClassVar
from pydantic import BaseModel, Field, ConfigDict, field_validator

import boto3 # type: ignore[import]
import json


class AliasResponse(BaseModel):
Expand Down

0 comments on commit 87d6879

Please sign in to comment.