Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 67f85b1

Browse files
Removed unnecessary imports
1 parent f476941 commit 67f85b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import pygame
2-
import math
32
from queue import PriorityQueue
43

54
WIDTH = 800
@@ -229,4 +228,5 @@ def main(win, width):
229228
grid = make_grid(ROWS, width)
230229
pygame.quit()
231230

232-
main(WIN, WIDTH)
231+
232+
main(WIN, WIDTH)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /