From 741838c8cf219aa3950db628d13fb501927788c9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 8 Jun 2021 15:14:28 +0200 Subject: [PATCH 6/9] to fixup: remove blank line --- chrono/api/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chrono/api/views.py b/chrono/api/views.py index 386bab8..4fe6f15 100644 --- a/chrono/api/views.py +++ b/chrono/api/views.py @@ -108,7 +108,6 @@ def get_all_slots( If it is excluded, ignore it completely. If it is booked, report the slot as full. If it is booked but match the lock code, report the slot as open. - """ resources = resources or [] # virtual agendas have one constraint : -- 2.32.0.rc0