(self)
| 87 | |
| 88 | @abstractmethod |
| 89 | def _get_organisation(self) -> Organisation | None: |
| 90 | raise NotImplementedError("Must implement _get_organisation()") |
| 91 | |
| 92 | |
| 93 | class AllAuditLogViewSet(_BaseAuditLogViewSet): |
no outgoing calls
no test coverage detected