Function with cyclomatic complexity higher than threshold PY-R1000
Anti-pattern
Minor
1 occurrence in this check
sorted_imports has a cyclomatic complexity of 73 with "critical" risk
 11from .settings import DEFAULT_CONFIG, Config
 12
 13
 14def sorted_imports( 15    parsed: parse.ParsedContent,
 16    config: Config = DEFAULT_CONFIG,
 17    extension: str = "py",