Skip to content

Commit b197cd6

Browse files
committed
Added author info and ran through black
1 parent 30c0988 commit b197cd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_turtle.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import math
3232
import time
3333
import displayio
34+
3435
try:
3536
import board
3637
except:
@@ -83,7 +84,7 @@ def __init__(self):
8384
pass
8485

8586

86-
class Vec2D():
87+
class Vec2D:
8788
"""A 2 dimensional vector class, used as a helper class
8889
for implementing turtle graphics.
8990
May be useful for turtle graphics programs also.

0 commit comments

Comments
 (0)