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 52650f5 commit 3ca6e20Copy full SHA for 3ca6e20
etherscan/client.py
@@ -4,7 +4,7 @@
4
5
import etherscan
6
from etherscan.enums.fields_enum import FieldsEnum as fields
7
-from etherscan.parsing import ResponseParser as parser
+from etherscan.utils.parsing import ResponseParser as parser
8
9
10
class Client:
0 commit comments