Skip to content

Commit

Permalink
#279 Remove wrong todo task (#280)
Browse files Browse the repository at this point in the history
* Remove wrong todo task

* Fix typo
  • Loading branch information
ArtemijRodionov authored Feb 21, 2019
1 parent 1e717b0 commit 1ca2bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecommerce/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def save_order_to_session(session, order: Order):
session.modified = True


# TODO - rm it
# @todo #279:30m Fix PDD linter from CI pipeline.
# It missed the wrong formatted task. See the parent task for details.
def get_keys_from_post(request, *args):
"""Get a tuple of given keys from request.POST object."""
return tuple(request.POST[arg] for arg in args)
Expand Down

3 comments on commit 1ca2bc8

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 1ca2bc8 Feb 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 279-0ee8f67e discovered in ecommerce/views.py and submitted as #281. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 1ca2bc8 Feb 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 273-db0487f5 discovered in catalog/models.py and submitted as #282. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 1ca2bc8 Feb 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 273-b2ae754f discovered in catalog/models.py and submitted as #283. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.