From: Vladimír Vondruš Date: Sun, 5 May 2019 14:26:35 +0000 (+0200) Subject: m.filesize: minor cleanup. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=1955f58de1955e4fc2cc1fb60587ea88392afe16;p=blog.git m.filesize: minor cleanup. --- diff --git a/plugins/m/filesize.py b/plugins/m/filesize.py index ef449720..c23d17df 100644 --- a/plugins/m/filesize.py +++ b/plugins/m/filesize.py @@ -33,7 +33,6 @@ settings = {} def init(pelicanobj): settings['path'] = pelicanobj.settings.get('PATH', 'content') - pass def filesize(name, rawtext, text, lineno, inliner, options={}, content=[]): # Support both {filename} (3.7.1) and {static} (3.8) placeholders