From 995cd4610dd5472bf6d9a5faf6559b7c8043783c Mon Sep 17 00:00:00 2001 From: rr- Date: Sat, 22 Oct 2016 14:43:52 +0200 Subject: server: drop old style class declarations --- server/szurubooru/search/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/szurubooru/search/executor.py') diff --git a/server/szurubooru/search/executor.py b/server/szurubooru/search/executor.py index 39b1d56..e1ee53a 100644 --- a/server/szurubooru/search/executor.py +++ b/server/szurubooru/search/executor.py @@ -20,7 +20,7 @@ def _get_order(order, default_order): return order -class Executor(object): +class Executor: ''' Class for search parsing and execution. Handles plaintext parsing and delegates sqlalchemy filter decoration to SearchConfig instances. -- cgit v1.3