From 75c06365828e42704e59c83c8c1f89d57986cf98 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Mon, 19 Aug 2024 10:56:37 +0100 Subject: [PATCH] Add pragma: no cover to abstract method --- api/audit/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/audit/views.py b/api/audit/views.py index ea7e9ed0d7b8..0770a3d79ef6 100644 --- a/api/audit/views.py +++ b/api/audit/views.py @@ -59,7 +59,7 @@ def get_serializer_class(self): self.action, AuditLogListSerializer ) - def _get_base_filters(self) -> Q: + def _get_base_filters(self) -> Q: # pragma: no cover return Q() def _apply_visibility_limits(