Skip to content

accumulate: fix lambda usage (see #287)#288

Merged
behrtam merged 1 commit into
exercism:masterfrom
behrtam:fix-lambda-accumulate
Jan 26, 2016
Merged

accumulate: fix lambda usage (see #287)#288
behrtam merged 1 commit into
exercism:masterfrom
behrtam:fix-lambda-accumulate

Conversation

@behrtam
Copy link
Copy Markdown
Contributor

@behrtam behrtam commented Jan 25, 2016

Addresses an inconsistency with PEP8 which brakes the travis-ci build.

./exercises/accumulate/accumulate_test.py:21:9: E731 do not assign a lambda expression, use a def
./exercises/accumulate/accumulate_test.py:22:9: E731 do not assign a lambda expression, use a def
./exercises/accumulate/accumulate_test.py:33:9: E731 do not assign a lambda expression, use a def

behrtam added a commit that referenced this pull request Jan 26, 2016
@behrtam behrtam merged commit 508b8c7 into exercism:master Jan 26, 2016
@behrtam behrtam deleted the fix-lambda-accumulate branch February 8, 2016 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant