Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 10, 2015
1 parent 3495757 commit f33f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -661,7 +661,7 @@ def __init__(self, **config):
utils.LOGGER.warn("Error getting TZ: {}", exc)
self.tzinfo = dateutil.tz.gettz()
self.config['__tzinfo__'] = self.tzinfo

self.plugin_manager = PluginManager(categories_filter={
"Command": Command,
"Task": Task,
Expand Down

0 comments on commit f33f735

Please sign in to comment.