Skip to content

Commit

Permalink
fix: correct python lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 17, 2024
1 parent 664f094 commit 872a807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bin/couple.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def calculate_time_difference(

def in_marriage():
since = datetime.datetime.strptime(
f"09 may 2024 14:45:00+0330", "%d %b %Y %H:%M:%S%z"
"09 may 2024 14:45:00+0330", "%d %b %Y %H:%M:%S%z"
)
now = datetime.datetime.now(datetime.timezone.utc)

Expand Down

0 comments on commit 872a807

Please sign in to comment.