diff --git a/downforeveryone/isup.py b/downforeveryone/isup.py index 808c0e3..8699fb5 100644 --- a/downforeveryone/isup.py +++ b/downforeveryone/isup.py @@ -52,7 +52,7 @@ def _handle_response(response: dict[str, Any]) -> tuple[str, int]: ), ExitCodes.FAIL -def isitup(url: str) -> tuple[str, int]: +def isitup(url: str) -> tuple[str, int]: # noqa: C901 """Check if a URL is up. Returns a status code. Args: