From c86b89bde60ba434df72095ea5a2fdf4edac8392 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Tue, 27 Aug 2024 09:06:06 +0200 Subject: [PATCH] black --- .../prenotazioni/restapi/services/available_slots/get.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/redturtle/prenotazioni/restapi/services/available_slots/get.py b/src/redturtle/prenotazioni/restapi/services/available_slots/get.py index ee8d467b..9581bcd7 100644 --- a/src/redturtle/prenotazioni/restapi/services/available_slots/get.py +++ b/src/redturtle/prenotazioni/restapi/services/available_slots/get.py @@ -23,7 +23,6 @@ def reply(self): If you pass the `first_available` flag the site will search in all the available time range of the Bookging Folder or in the next year and obtain the first one if exits, note that this option is only allowed for Booking Managers """ - # XXX: nocache also for anonymous self.request.response.setHeader("Cache-Control", "no-cache")