Skip to content

Commit 0da343d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent eab64d4 commit 0da343d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/actual_tests/calendar_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ def test_event_date_range_search(nc):
135135
# Anchor the search range in the past so none of these events fall
136136
# into Nextcloud's calendar-status window ([now, now+5m]); the
137137
# date-range search logic under test doesn't depend on "today".
138-
base = (datetime.datetime.now() - datetime.timedelta(days=400)).replace(hour=12, minute=0, second=0, microsecond=0)
138+
base = (datetime.datetime.now() - datetime.timedelta(days=400)).replace(
139+
hour=12, minute=0, second=0, microsecond=0
140+
)
139141
calendar.save_event(
140142
dtstart=base,
141143
dtend=base + datetime.timedelta(hours=1),

0 commit comments

Comments
 (0)