chuni: remove excess dockstrings

This commit is contained in:
2023-10-20 01:49:34 -04:00
parent 42d7de1c4c
commit f8c6f86947

View File

@ -117,13 +117,6 @@ class ChuniServlet(BaseServlet):
)
def get_endpoint_matchers(self) -> Tuple[List[Tuple[str, str, Dict]], List[Tuple[str, str, Dict]]]:
"""Called during boot to get all matcher endpoints this title servlet handles
Returns:
Tuple[List[Tuple[str, str, Dict]], List[Tuple[str, str, Dict]]]: A 2-length tuple where offset 0 is GET and offset 1 is POST,
containing a list of 3-length tuples where offset 0 is the name of the function in the handler that should be called, offset 1
is the matching string, and offset 2 is a dict containing rules for the matcher.
"""
return (
[],
[