Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e059d7c commit 25ed76cCopy full SHA for 25ed76c
etherscan/etherscan.py
@@ -1,6 +1,6 @@
1
import json
2
-from importlib import resources
3
-
+# from importlib import resources
+import importlib_resources as resources
4
import requests
5
6
import etherscan
0 commit comments