Skip to content

Commit c38d0ad

Browse files
committed
Fixed PEP 8: 2 blank lines
1 parent 3f2c342 commit c38d0ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/07_wizard_battle/final/program.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def print_header():
3333
print('-----------------------------------------------------------------------')
3434
print()
3535

36+
3637
def game_loop():
3738
creatures = [
3839
SmallAnimal('Toad', 1),

0 commit comments

Comments
 (0)