From 50493add9ee1a457b6de47256ba6ff462a5bead4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 6 Nov 2016 19:30:49 -0500 Subject: pep8 --- PyEmb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'PyEmb.py') diff --git a/PyEmb.py b/PyEmb.py index cc572185..a8f01248 100644 --- a/PyEmb.py +++ b/PyEmb.py @@ -66,6 +66,7 @@ class Point: def __len__(self): return 2 + class Stitch(Point): def __init__(self, x, y, color=None, jump_stitch=False): -- cgit v1.2.3