mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
3bb39cb88d
commit
8d42c86479
@ -854,6 +854,7 @@ def evaluate(book, ctx):
|
||||
return ','.join(list(ctx.helper_function(tags)))
|
||||
'''
|
||||
from calibre.utils.formatter import PythonTemplateContext
|
||||
|
||||
class CustomContext(PythonTemplateContext):
|
||||
def helper_function(self, arg):
|
||||
s = set(arg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user