Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 15, 2015
1 parent f7e19e0 commit f566fc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nikola/nikola.py
Expand Up @@ -800,7 +800,6 @@ def __init__(self, **config):

signal('configured').send(self)


def _set_global_context(self):
self._GLOBAL_CONTEXT['url_type'] = self.config['URL_TYPE']
self._GLOBAL_CONTEXT['timezone'] = self.tzinfo
Expand Down Expand Up @@ -877,7 +876,6 @@ def _set_global_context(self):

self._GLOBAL_CONTEXT.update(self.config.get('GLOBAL_CONTEXT', {}))


def _activate_plugins_of_category(self, category):
"""Activate all the plugins of a given category and return them."""
# this code duplicated in tests/base.py
Expand Down

0 comments on commit f566fc9

Please sign in to comment.