Skip to content

Commit c0b3175

Browse files
committed
Remove unhelpful autocache from draw_word in mission 22
1 parent dcdd9ba commit c0b3175

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/22-copper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def load_pixels(img_url):
3030
return pixels, min_x, max(p[0] for p in pixels) - min_x
3131

3232

33-
@autocached
3433
def draw_word(pixels, min_pos, max_diff):
3534
"""Follows each pixel coordinate as direction and registers each new
3635
position in the returned dict that is later displayed as a word"""

0 commit comments

Comments
 (0)