Function with cyclomatic complexity higher than threshold PY-R1000
Anti-pattern
Minor
1 occurrence in this check
main has a cyclomatic complexity of 66 with "critical" risk
1069            print(str(identified_import))
1070
1071
1072def main(argv: Optional[Sequence[str]] = None, stdin: Optional[TextIOWrapper] = None) -> None:1073    arguments = parse_args(argv)
1074    if arguments.get("show_version"):
1075        print(ASCII_ART)