Skip to content

Commit 92c43a2

Browse files
cleanup
1 parent 51fa531 commit 92c43a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import pygame
2-
import time
32
import random
43
from datetime import datetime
54

@@ -58,7 +57,6 @@ def fillCell(x, y):
5857
prev = time
5958

6059
pygame.display.flip()
61-
#time.sleep(1)
6260

6361
for event in pygame.event.get():
6462
if event.type == pygame.QUIT:

0 commit comments

Comments
 (0)