Fix some new linting errors (#499)

* Fix some new linting errors.

* More linting errors.

ci_complete
This commit is contained in:
Felix Fontein
2022-08-12 08:34:51 +02:00
committed by GitHub
parent c0bab015a4
commit fd1263c9aa
4 changed files with 6 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ except ImportError:
IPADDRESS_IMPORT_ERROR = traceback.format_exc()
else:
HAS_IPADDRESS = True
IPADDRESS_IMPORT_ERROR = None
def _assert_fetch_url_success(module, response, info, allow_redirect=False, allow_client_error=True, allow_server_error=True):