Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Nov 22, 2024
1 parent ef3e06f commit 89567b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dipdup/datasources/substrate_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class SubstrateNodeDatasource(JsonRpcDatasource[SubstrateDatasourceConfigU]):
)

def __init__(self, config: SubstrateDatasourceConfigU) -> None:
from substrate_interface.base import SubstrateInterface
from substrateinterface.base import SubstrateInterface
super().__init__(config)
self._interface = SubstrateInterface(config.url)

Expand Down

0 comments on commit 89567b7

Please sign in to comment.