From f8c6f86947f4315ffaa7d0fb94ce45fed6b04aec Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Fri, 20 Oct 2023 01:49:34 -0400 Subject: [PATCH] chuni: remove excess dockstrings --- titles/chuni/index.py | 7 ------- 1 file changed, 7 deletions(-) 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 ( [], [