Skip to content

Issue : Missing __all__ in awesome/__init__.py #254

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

The awesome/__init__.py file is missing the __all__ variable. This variable should list the public objects that should be imported when someone does from awesome import *. Without it, the behavior of import * is undefined and could lead to unexpected results. It's best practice to explicitly define __all__.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions