Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Making codacy happy (hopefully).
  • Loading branch information
felixfontein committed Jan 15, 2017
1 parent 7ae7b38 commit 769c639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -927,7 +927,7 @@ def __init__(self, **config):
self.config['PAGE_INDEX'] = config['STORY_INDEX']

# Configure filters
for filter, actions in self.config['FILTERS'].items():
for _, actions in self.config['FILTERS'].items():
for i, f in enumerate(actions):
if hasattr(f, 'configuration_variables'):
args = {}
Expand Down

0 comments on commit 769c639

Please sign in to comment.