Fix linting error.

pull/3237/head
derekpierre 2023-09-20 10:50:47 -04:00
parent 47df768e14
commit 8b5e52d201
1 changed files with 0 additions and 1 deletions

View File

@ -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))