From ed306bd0bbc1ed8b68016a5fed4d5fe98d00cb3c Mon Sep 17 00:00:00 2001 From: Tlams Date: Fri, 23 Feb 2018 13:45:15 +0000 Subject: [PATCH] Clean code --- code/scripts/main/api/v1/api.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/scripts/main/api/v1/api.py b/code/scripts/main/api/v1/api.py index 9d3941d..cf4397a 100644 --- a/code/scripts/main/api/v1/api.py +++ b/code/scripts/main/api/v1/api.py @@ -30,11 +30,7 @@ class Auth: web.setcookie('ticket', i.ticket, 3600) return - - """ CLASS MONGO CACHE """ - - class General_Search: def GET(self, query, id): try: @@ -73,7 +69,6 @@ class QueryDates: return json.dumps(result) - """ CLASS DIRECT """ class Cluster: def GET(self, cluster=None):