diff options
author | Jesús <heckyel@hyperbola.info> | 2020-02-25 13:08:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-02-25 13:08:00 -0500 |
commit | 2807cb7e1a658435339aaed0fb4f57c1a54af54c (patch) | |
tree | 3972a3aed0b23054c5c5717206725e2ebddf7e54 | |
parent | a8cc6112400142c7a69c6d6d2829364ef3b3a66f (diff) | |
download | cl-2807cb7e1a658435339aaed0fb4f57c1a54af54c.tar.lz cl-2807cb7e1a658435339aaed0fb4f57c1a54af54c.tar.xz cl-2807cb7e1a658435339aaed0fb4f57c1a54af54c.zip |
unused import
-rw-r--r-- | pelicanconf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 4b9c599..fc90c0a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -2,8 +2,7 @@ from __future__ import unicode_literals -from pelican import __version__ as PELICAN_VERSION - +# from pelican import __version__ as PELICAN_VERSION # Basic settings # https://docs.getpelican.com/en/stable/settings.html#basic-settings |