We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a8d752 + 78d840f commit fe729f6Copy full SHA for fe729f6
adafruit_itertools/adafruit_itertools_extras.py
@@ -74,9 +74,9 @@
74
https://github.com/adafruit/circuitpython/releases
75
"""
76
77
-#pylint:disable=invalid-name,deprecated-lambda,keyword-arg-before-vararg
+#pylint:disable=invalid-name,deprecated-lambda,keyword-arg-before-vararg,relative-beyond-top-level
78
79
-import adafruit_itertools as it
+from . import adafruit_itertools as it
80
81
__version__ = "0.0.0-auto.0"
82
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Itertools.git"
0 commit comments