Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25ed76c

Browse files
authored
Update etherscan.py
1 parent e059d7c commit 25ed76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etherscan/etherscan.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
2-
from importlib import resources
3-
2+
# from importlib import resources
3+
import importlib_resources as resources
44
import requests
55

66
import etherscan

0 commit comments

Comments
 (0)