[clean] Linter / typing fixes

This commit is contained in:
Lucas PASCAL
2023-07-28 15:41:17 +02:00
parent e5c82d910e
commit 54b979186d
11 changed files with 117 additions and 73 deletions

View File

@@ -10,12 +10,12 @@ This package is deployed:
- on `pypi.org` for the stable version. This version will work with the
application available on the `master` branch.
```bash
pip install ledger_app_clients.ethereum`
pip install ledger_app_clients.ethereum
```
- on `test.pypi.org` for the rolling release. This verison will work with the
- on `test.pypi.org` for the rolling release. This version will work with the
application code on the `develop` branch.
```bash
pip install --extra-index-url https://test.pypi.org/simple/ ledger_app_clients.ethereum`
pip install --extra-index-url https://test.pypi.org/simple/ ledger_app_clients.ethereum
```
### Installation from sources