Fix Sphinx warnings

This commit is contained in:
Raphael Michel
2018-09-19 14:00:01 +02:00
parent 1c695c1cf9
commit 853ebf8c70
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ class Organizer(LoggedModel):
self.get_cache().clear()
return obj
def get_cache(self) -> "pretix.base.cache.ObjectRelatedCache":
def get_cache(self):
"""
Returns an :py:class:`ObjectRelatedCache` object. This behaves equivalent to
Django's built-in cache backends, but puts you into an isolated environment for