From c8ec070bf58e23367f845a4ea063faf15b5f3be5 Mon Sep 17 00:00:00 2001 From: David Reed Date: Fri, 22 Sep 2023 17:00:33 +0000 Subject: [PATCH] Ignore coverage --- metadeploy/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadeploy/api/views.py b/metadeploy/api/views.py index e6f00ae7f..da63c7e83 100644 --- a/metadeploy/api/views.py +++ b/metadeploy/api/views.py @@ -161,7 +161,7 @@ class ProductCategoryViewSet(viewsets.ReadOnlyModelViewSet): @method_decorator(cache_page(60*60*2)) def list(self, *args, **kwargs): - return super().list(*args, **kwargs) + return super().list(*args, **kwargs) # pragma: nocover class ProductViewSet(