File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ lint: up
5050 $(EXEC_CMD ) pylint src tests --jobs=2
5151 $(EXEC_CMD ) mypy src
5252
53+ isort : up
54+ $(EXEC_CMD ) isort $(ORACLE_ISORT_PATH )
55+
5356# Use ORACLE_TEST_PATH to run specific tests, e.g.:
5457# make test ORACLE_TEST_PATH=tests/providers_clients/test_keys_api_client.py
5558test : up
Original file line number Diff line number Diff line change 1515from src .web3py .extensions import (
1616 CSM ,
1717 ConsensusClientModule ,
18+ FallbackProviderModule ,
1819 KeysAPIClientModule ,
1920 LidoContracts ,
2021 LidoValidatorsProvider ,
2122 TransactionUtils ,
2223)
2324from src .web3py .types import Web3
24- from src .web3py .extensions import FallbackProviderModule
2525
2626UNIT_MARKER = 'unit'
2727INTEGRATION_MARKER = 'integration'
You can’t perform that action at this time.
0 commit comments