There was an error while loading. Please reload this page.
1 parent c6a1a7b commit 468d670Copy full SHA for 468d670
1 file changed
isort/output.py
@@ -281,9 +281,6 @@ def _build_import_group(
281
return group_output
282
283
284
-# Ignore DeepSource cyclomatic complexity check for this function. It was
285
-# already complex when this check was enabled.
286
-# skipcq: PY-R1000
287
def _inject_from_body_comments(
288
import_statement: str,
289
body_comments: list[str],
@@ -318,6 +315,9 @@ def _inject_from_body_comments(
318
315
return line_separator.join([import_statement, *comment_lines])
319
316
320
317
+# Ignore DeepSource cyclomatic complexity check for this function. It was
+# already complex when this check was enabled.
+# skipcq: PY-R1000
321
def _with_from_imports(
322
parsed: parse.ParsedContent,
323
config: Config,
0 commit comments