Skip to content

Commit

Permalink
Add correct ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jan 18, 2025
1 parent a5d83cf commit fa2abe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isort/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ def sorted_imports(

return _output_as_string(formatted_output, parsed.line_separator)


# Ignore DeepSource cyclomatic complexity check for this function. It was
# already complex when this check was enabled.
# already complex when this check was enabled.
# skipcq: PY-R1000
def _with_from_imports(
parsed: parse.ParsedContent,
Expand Down

0 comments on commit fa2abe9

Please sign in to comment.