Skip to content

Commit 352c7d0

Browse files
committed
Removed completed TODO
1 parent 49438b6 commit 352c7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etherscan/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, address, api_key=''):
7575
self.url_dict[self.ADDRESS] = address
7676

7777
def build_url(self):
78-
self.url = self.PREFIX + ''.join([param + val if val else '' for param, val in self.url_dict.items()]) # TODO: better naming
78+
self.url = self.PREFIX + ''.join([param + val if val else '' for param, val in self.url_dict.items()])
7979

8080
def connect(self):
8181
# TODO: deal with "unknown exception" error

0 commit comments

Comments
 (0)