Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
1letter committed Sep 11, 2024
1 parent 0eb1488 commit 6577c4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plone/app/event/tests/robot/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
from datetime import timedelta


# important for MONTHNAME
NOW = datetime.now() + timedelta(days=1)
END = NOW + timedelta(hours=1)

EVENT_START_ISO = NOW.strftime("%Y-%m-%dT%H:00")

END = NOW + timedelta(hours=1)
EVENT_END_ISO = END.strftime("%Y-%m-%dT%H:00")

0 comments on commit 6577c4a

Please sign in to comment.