From e94936a39e00521b0e3f532e310c0fe53e0d8267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 17 Jun 2020 19:49:47 -0500 Subject: [PATCH] pep8 --- plugins/pelican-css-js/pelican_css_js.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/pelican-css-js/pelican_css_js.py b/plugins/pelican-css-js/pelican_css_js.py index 9cab8a6..1b07e68 100644 --- a/plugins/pelican-css-js/pelican_css_js.py +++ b/plugins/pelican-css-js/pelican_css_js.py @@ -41,8 +41,10 @@ def add_files(gen, metadata): add the javascripts and/or stylesheets to the article """ site_url = gen.settings['SITEURL'] - formatters = {'styles': '', - 'js': ''} + formatters = { + 'styles': '', + 'js': '' + } dirnames = {'styles': 'css', 'js': 'js'} for key in ['styles', 'js']: