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 c146d6b commit 87ee248Copy full SHA for 87ee248
adafruit_turtle.py
@@ -94,7 +94,6 @@ class Vec2D:
94
# |a| absolute value of a
95
# a.rotate(angle) rotation
96
def __init__(self, x, y):
97
- # super().__init__()
98
self.values = (x, y)
99
100
def __getitem__(self, index):
0 commit comments