-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
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
Labels
good first issueGood for newcomersGood for newcomers