From 8b5e52d201ba01e445ccabbc7293adb293aaef5d Mon Sep 17 00:00:00 2001 From: derekpierre Date: Wed, 20 Sep 2023 10:50:47 -0400 Subject: [PATCH] Fix linting error. --- nucypher/blockchain/eth/agents.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nucypher/blockchain/eth/agents.py b/nucypher/blockchain/eth/agents.py index e2691073a..11834ae07 100644 --- a/nucypher/blockchain/eth/agents.py +++ b/nucypher/blockchain/eth/agents.py @@ -432,7 +432,6 @@ class TACoChildApplicationAgent(EthereumContractAgent): class TACoApplicationAgent(EthereumContractAgent): - contract_name: str = TACO_APPLICATION_CONTRACT_NAME DEFAULT_PROVIDERS_PAGINATION_SIZE_LIGHT_NODE = int(os.environ.get(NUCYPHER_ENVVAR_STAKING_PROVIDERS_PAGINATION_SIZE_LIGHT_NODE, default=30))