Skip to content

Commit

Permalink
noqa C901
Browse files Browse the repository at this point in the history
This function IS too complex, but I need CI to work.
  • Loading branch information
rpdelaney committed May 8, 2024
1 parent 0b39e7e commit 108f78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downforeveryone/isup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 108f78b

Please sign in to comment.