Skip to content

Move all in-line imports to the top #541

@nvaytet

Description

@nvaytet

Several packages were being imported inside function or classes to avoid making them hard dependencies (such as ipywidgets, pythreejs etc).
Since we have introduce lazy_loader in #405 , we no longer need to take such precautions.
We should go through the whole codebase and move all imports to the top of files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions