Line too long FLK-E501
Style
Minor
1 occurrence in this check
line too long (119 > 100 characters)
417
418                    if indent:
419                        import_section = "".join(
420                            line[len(line) - len(line.lstrip()) :] for line in import_section.splitlines(keepends=True)421                        )
422
423                    parsed_content = parse.file_contents(import_section, config=config)