There was an error while loading. Please reload this page.
1 parent c940e67 commit ce9bdc6Copy full SHA for ce9bdc6
airflow/modules/proxypool/proxypool_validator.py
@@ -21,7 +21,7 @@ def __init__(self, url, timeout=10, checks=3, sleep_interval=0.1):
21
22
def validate_proxy(self, proxy_record):
23
consecutive_checks = []
24
- for i in range(self.checks):
+ for _ in range(self.checks):
25
content = self.parser.get_content(
26
timeout=self.timeout,
27
proxies=proxy_record.proxy
0 commit comments