Skip to content

Commit

Permalink
format with black
Browse files Browse the repository at this point in the history
reformat with `black -l 120`
  • Loading branch information
Andre0512 committed Sep 30, 2023
1 parent d7e4d75 commit 3db0f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lidlplus/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def print_tickets(args):
tickets = lidl_plus.ticket(lidl_plus.tickets()[0]["id"])
print(json.dumps(tickets, indent=4))


def activate_coupons(args):
"""Activate all available coupons"""
lidl_plus = lidl_plus_login(args)
Expand All @@ -142,6 +143,7 @@ def activate_coupons(args):
i += 1
print(f"Activated {i} coupons")


def main():
"""argument commands"""
args = get_arguments()
Expand Down

0 comments on commit 3db0f1c

Please sign in to comment.