Commit 78d840f
committed
Turn off linter message
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.1 parent a249c47 commit 78d840f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments