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

Skip to content

Commit c4b1b51

Browse files
author
Kotsias, Panagiotis-Christos
committed
Stable to standard
1 parent e8359f8 commit c4b1b51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_modules.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
import os
44
from unittest import TestCase
55

6-
import requests
7-
86
from etherscan.etherscan import Etherscan
97

10-
CONFIG_PATH = "configs/stable.json"
8+
CONFIG_PATH = "configs/standard.json"
119
API_KEY = os.environ["API_KEY"] # Encrypted env var by Travis
1210

1311

0 commit comments

Comments
 (0)