From 17fdec84c478c371bcad77bd9375da53e47410c9 Mon Sep 17 00:00:00 2001 From: James Riehl Date: Mon, 21 Oct 2024 13:31:10 +0100 Subject: [PATCH] chore: remove version exception --- python/src/uagents/network.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/src/uagents/network.py b/python/src/uagents/network.py index abdc3468..2658325a 100644 --- a/python/src/uagents/network.py +++ b/python/src/uagents/network.py @@ -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.