You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For technical reasons, pylint can't treat adafruit_itertools as a package
when analyzing it, leading to the reported diagnostic
************* Module adafruit_itertools_extras
E: 79, 0: Attempted relative import beyond top-level package (relative-beyond-top-level)
Since creating an empty __init__.py would consume 512 valuable bytes of
storage on a circuitpython device, instead just silence the message.
0 commit comments