Skip to content

Commit 0ee8325

Browse files
authored
Merge pull request mikeckennedy#32 from alt3red/wizard
Fixed PEP 8: 2 blank lines
2 parents 3f2c342 + c38d0ad commit 0ee8325

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)