Skip to content

Commit 476f739

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 733a285 commit 476f739

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

physics/collision_detection.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
for event in pygame.event.get():
8686
if event.type == pygame.QUIT:
8787
running = False
88-
print("Number of collisions occured are",collision_count)
89-
88+
print("Number of collisions occured are", collision_count)
9089

9190
pygame.display.update()
9291

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ numpy
88
opencv-python
99
pandas
1010
pillow
11+
pygame
1112
requests
1213
rich
1314
scikit-learn
@@ -17,4 +18,3 @@ sympy
1718
tweepy
1819
typing_extensions
1920
xgboost
20-
pygame

0 commit comments

Comments
 (0)