From 87009c2247ab63d7f99c6b7b24c5c3524f290096 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 15 Jul 2024 00:55:18 +0800 Subject: [PATCH] Make mypy happy --- check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/check.py b/check.py index ee0b3de..0e36410 100755 --- a/check.py +++ b/check.py @@ -36,6 +36,7 @@ class AbsoluteDNSAdapter(HTTPAdapter): # Append a dot to the hostname if it's not already there. hostname = parsed_url.host + assert hostname if not hostname.endswith("."): hostname += "."