From 32ed9bdf90303f6df835229863fa71a445965662 Mon Sep 17 00:00:00 2001 From: Ekrem Seren Date: Tue, 24 Sep 2024 15:52:29 +0300 Subject: [PATCH] remove unused import --- proto/cmp/services/accommodation/v2/property_types.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/cmp/services/accommodation/v2/property_types.proto b/proto/cmp/services/accommodation/v2/property_types.proto index 41153907..257c2810 100644 --- a/proto/cmp/services/accommodation/v2/property_types.proto +++ b/proto/cmp/services/accommodation/v2/property_types.proto @@ -5,7 +5,6 @@ package cmp.services.accommodation.v2; import "cmp/types/v1/amenity.proto"; import "cmp/types/v1/bed.proto"; import "cmp/types/v1/description.proto"; -import "cmp/types/v1/location.proto"; import "cmp/types/v1/meal_plan.proto"; import "cmp/types/v1/product_status.proto"; import "cmp/types/v2/contact_info.proto";