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

@@ -281,7 +281,7 @@ class Event(EventMixin, LoggedModel):
self.cache.clear()
return obj
def get_plugins(self) -> "list[str]":
def get_plugins(self):
"""
Returns the names of the plugins activated for this event as a list.
"""