Kevin Le

Results 2 issues of Kevin Le

To repro have these files: main.py ```python from rope.refactor import ImportOrganizer from rope.base.project import Project def main(filename): project = Project(".") resource = project.get_resource(filename) organizer = ImportOrganizer(project) changes = organizer.organize_imports(resource) print(changes...

bug
import-organizer

Since Python 3.11, the standard library comes with a [TOML parser](https://docs.python.org/3/library/tomllib.html#module-tomllib).