Skip to content

Commit

Permalink
Add pragma: no cover to abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Aug 19, 2024
1 parent d5dac66 commit 75c0636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/audit/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 75c0636

Please sign in to comment.