Skip to content

Commit

Permalink
Merge pull request udacity#16 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Remove extraneous `return`
  • Loading branch information
Brok-Bucholtz authored Mar 7, 2017
2 parents f66899a + e2ccf73 commit 716561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-classification/problem_unittests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def _print_success_message():
return print('Tests Passed')
print('Tests Passed')


def test_folder_path(cifar10_dataset_folder_path):
Expand Down

0 comments on commit 716561b

Please sign in to comment.