Skip to content

Commit 7e3d086

Browse files
committed
update memory
1 parent 0062ffe commit 7e3d086

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

memory/src/memory.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ def all(iterable):
2525
return False
2626
return True
2727

28-
def counter():
29-
i = 0
30-
while True:
31-
i += 1
32-
yield i
33-
34-
3528
# Main Grid wich contents all the cells
3629
# Grille principale contenant les cellules
3730
class Grid:

0 commit comments

Comments
 (0)