Skip to content

Commit 52c8b98

Browse files
committed
Fix code style issues with Black
1 parent 8330f3f commit 52c8b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2_intermediate/chapter11/solutions/count_magical.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# 3 different lists of integers. Use the main
1111
# function to test count_magical by calling main().
1212

13+
1314
def count_magical(my_list):
1415
number_of_evens = 0
1516
for n in my_list:

0 commit comments

Comments
 (0)