Skip to content

Commit a0a0054

Browse files
committed
fix flake8 lint
Signed-off-by: Spolti <[email protected]>
1 parent d134bd6 commit a0a0054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/verify-doc-links.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def test_url(
210210

211211

212212
def wait_before_retry(url):
213-
global next_time_for_github_request
214213
if "github.com" in url:
215214
if datetime.now() < next_time_for_github_request:
216215
sleep((next_time_for_github_request - datetime.now()).seconds + extra_wait)

0 commit comments

Comments
 (0)