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.
1 parent 2567867 commit 29ce3afCopy full SHA for 29ce3af
adafruit_display_shapes/sparkline.py
@@ -99,7 +99,7 @@ def clear_values(self) -> None:
99
self.pop()
100
self._spark_list = [] # empty the list
101
102
- def add_value(self, value: float, update: boolean = True) -> None:
+ def add_value(self, value: float, update: bool = True) -> None:
103
"""Add a value to the sparkline.
104
:param value: The value to be added to the sparkline
105
:param update: trigger recreation of primitives
0 commit comments