We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8754d6b commit 2f411eaCopy full SHA for 2f411ea
aioetherscan/network.py
@@ -26,7 +26,7 @@ def retry_limit_attempt(f):
26
async def inner(self, *args, **kwargs):
27
attempt = 1
28
max_attempts = self._url_builder.keys_count
29
- while True:
+ while True: # pragma: no cover
30
try:
31
return await f(self, *args, **kwargs)
32
except EtherscanClientApiRateLimitError as e:
0 commit comments