Refactor sending mellow transaction #67
Annotations
14 errors and 1 warning
Ruff (I001):
src/blockchain/contracts/erc20.py#L1
src/blockchain/contracts/erc20.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/blockchain/contracts/simple_dvt_staking_strategy.py#L1
src/blockchain/contracts/simple_dvt_staking_strategy.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/blockchain/contracts/staking_module.py#L6
src/blockchain/contracts/staking_module.py:6:58: F401 `eth_typing.Hash32` imported but unused
|
Ruff (F401):
src/blockchain/contracts/staking_module.py#L7
src/blockchain/contracts/staking_module.py:7:36: F401 `web3.contract.contract.ContractFunction` imported but unused
|
Ruff (I001):
src/bots/depositor.py#L2
src/bots/depositor.py:2:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/bots/depositor.py#L14
src/bots/depositor.py:14:32: F401 `eth_typing.ChecksumAddress` imported but unused
|
App tests
Process completed with exit code 1.
|
Ruff (I001):
src/blockchain/contracts/erc20.py#L1
src/blockchain/contracts/erc20.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/blockchain/contracts/simple_dvt_staking_strategy.py#L1
src/blockchain/contracts/simple_dvt_staking_strategy.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/blockchain/contracts/staking_module.py#L6
src/blockchain/contracts/staking_module.py:6:58: F401 `eth_typing.Hash32` imported but unused
|
Ruff (F401):
src/blockchain/contracts/staking_module.py#L7
src/blockchain/contracts/staking_module.py:7:36: F401 `web3.contract.contract.ContractFunction` imported but unused
|
Ruff (I001):
src/bots/depositor.py#L2
src/bots/depositor.py:2:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/bots/depositor.py#L14
src/bots/depositor.py:14:32: F401 `eth_typing.ChecksumAddress` imported but unused
|
App tests
Process completed with exit code 1.
|
App tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|