From 0880d17ec89a0eb192bcc14def64e525b2335e25 Mon Sep 17 00:00:00 2001 From: miguelpadin Date: Tue, 29 Nov 2022 16:59:04 +0100 Subject: [PATCH] [FIX] pms-api-rest: fix precommit --- pms_api_rest/services/pms_reservation_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pms_api_rest/services/pms_reservation_service.py b/pms_api_rest/services/pms_reservation_service.py index 5c2959c81..282933f99 100644 --- a/pms_api_rest/services/pms_reservation_service.py +++ b/pms_api_rest/services/pms_reservation_service.py @@ -212,7 +212,6 @@ class PmsReservationService(Component): if reservation_vals: reservation.write(reservation_vals) - def _get_reservation_lines_mapped(self, origin_data, reservation_line=False): # Return dict witch reservation.lines values (only modified if line exist, # or all pass values if line not exist)