Skip to content

Commit b8c4c9b

Browse files
Merge pull request #2725 from avinashkranjan/deepsource-transform-e1fbb25c
format code with autopep8
2 parents 2d7a8f8 + 48a8999 commit b8c4c9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

brick_game/brick.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ def draw_text(text, font, w_brick, x, y):
247247
if game_over != 0:
248248
my_ball = False
249249

250-
251250
if not my_ball:
252251
if game_over == 0:
253252
draw_text('CLICK ANYWHERE TO START', font,

0 commit comments

Comments
 (0)