Skip to content

Commit

Permalink
Update amazon.py
Browse files Browse the repository at this point in the history
fix formatting
  • Loading branch information
DakkJaniels committed Apr 29, 2021
1 parent 7ae2aff commit 10a58f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stores/amazon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ def from_str(cls, label):


def get_item_condition(form_action) -> AmazonItemCondition:
""" Attempts to determine the Item Condition from the Add To Cart form action """
"""Attempts to determine the Item Condition from the Add To Cart form action"""
if "_new_" in form_action:
# log.debug(f"Item condition is new")
return AmazonItemCondition.New
Expand Down

0 comments on commit 10a58f3

Please sign in to comment.