Skip to content

Commit

Permalink
chore: remove version exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Oct 21, 2024
1 parent 993b87c commit 17fdec8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/src/uagents/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ class InsufficientFundsError(Exception):
"""Raised when an agent has insufficient funds for a transaction."""


class UnsupportedContractVersionError(Exception):
"""Raised when the contract version is not supported."""


def get_ledger(test: bool = True) -> LedgerClient:
"""
Get the Ledger client.
Expand Down

0 comments on commit 17fdec8

Please sign in to comment.