diff --git a/titles/chuni/index.py b/titles/chuni/index.py index d91e096..770fe20 100644 --- a/titles/chuni/index.py +++ b/titles/chuni/index.py @@ -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 ( [], [