Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Use classify-imports instead of isort for import classification #680

@sisp

Description

@sisp

I noticed that isort is used for classifying imports, which is something isort can do, but it's not isort's primary job. I wonder whether you've considered classify-imports which is a utility library that is also used in reorder-python-imports, which is an an alternative to isort that performs static import analysis. It might be a lighter and more tailored dependency to solve that problem. Just an idea. 😇

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreRelated to things in mlem.coreenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions