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
50
50
$(EXEC_CMD ) pylint src tests --jobs=2
51
51
$(EXEC_CMD ) mypy src
52
52
53
+ isort : up
54
+ $(EXEC_CMD ) isort $(ORACLE_ISORT_PATH )
55
+
53
56
# Use ORACLE_TEST_PATH to run specific tests, e.g.:
54
57
# make test ORACLE_TEST_PATH=tests/providers_clients/test_keys_api_client.py
55
58
test : up
Original file line number Diff line number Diff line change 15
15
from src .web3py .extensions import (
16
16
CSM ,
17
17
ConsensusClientModule ,
18
+ FallbackProviderModule ,
18
19
KeysAPIClientModule ,
19
20
LidoContracts ,
20
21
LidoValidatorsProvider ,
21
22
TransactionUtils ,
22
23
)
23
24
from src .web3py .types import Web3
24
- from src .web3py .extensions import FallbackProviderModule
25
25
26
26
UNIT_MARKER = 'unit'
27
27
INTEGRATION_MARKER = 'integration'
You can’t perform that action at this time.
0 commit comments