Skip to content

Commit 7506b24

Browse files
committed
# UPDATE: spaces [√]
1 parent d35ffd6 commit 7506b24

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adafruit_displayio_layout/widgets/cartesian.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ def _draw_pointers(self, x: int, y: int) -> None:
409409
def update_pointer(self, x: int, y: int) -> None:
410410
"""updater_pointer function
411411
helper function to update pointer in the plane
412-
413412
:param int x: ``x`` coordinate in the local plane
414413
:param int y: ``y`` coordinate in the local plane
415414
:return: None
@@ -432,11 +431,9 @@ def _set_plotter_line(self) -> None:
432431
def update_line(self, x: int, y: int) -> None:
433432
"""updater_line function
434433
helper function to update pointer in the plane
435-
436434
:param int x: ``x`` coordinate in the local plane
437435
:param int y: ``y`` coordinate in the local plane
438436
:return: None
439-
440437
rtype: None
441438
"""
442439
local_x = int((x - self._xrange[0]) * self._factorx)

0 commit comments

Comments
 (0)