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

Skip to content

Commit 575a1e7

Browse files
authored
Fixed for 100% codecov
1 parent 5e741f1 commit 575a1e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

etherscan/etherscan.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import json
2-
try:
3-
from importlib import resources
4-
except ImportError:
5-
import importlib_resources as resources
2+
from importlib import resources
63

74
import requests
85

0 commit comments

Comments
 (0)