mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix Sphinx warnings
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user