mirror of https://github.com/nucypher/nucypher.git
Fix linting error.
parent
47df768e14
commit
8b5e52d201
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue