mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server: drop old style class declarations
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user