Skip to content

Missing __init__.py and extra empty file in repo. #13

@FoamyGuy

Description

@FoamyGuy

This library is contains a package rather than a single .py file module. But the package is missing an __init__.py file in it's root so it's not being recognized as a package by other tools like mypy. I believe this is the root cause for #12 not getting it's description filled in properly.

Need to create adafruit_itertools/__init__.py to resolve.

There is also an extra empty file in this repo adafruit_itertools/adafruit_itertools: https://github.com/adafruit/Adafruit_CircuitPython_IterTools/blob/main/adafruit_itertools/adafruit_itertools

It does not seem to be used for anything as far as I can tell. It's existence probably does not cause any specific harm, but I think it could be safely removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions