Skip to content

Commit

Permalink
fix import in abi_etherscan
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Dec 27, 2024
1 parent 6828793 commit a7d3f7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dipdup/config/abi_etherscan.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# NOTE: Alias, remove in 9.0
from dipdup.config.evm_etherscan import EvmEtherscanDatasourceConfig as EvmEtherscanDatasourceConfig
from dipdup.config.evm_etherscan import EvmEtherscanDatasourceConfig as AbiEtherscanDatasourceConfig

__all__ = ('AbiEtherscanDatasourceConfig',)

0 comments on commit a7d3f7f

Please sign in to comment.