Skip to content

Commit

Permalink
Fix flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcassee committed Nov 15, 2018
1 parent a5ca5c7 commit abde598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytical/templatetags/piwik.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def render(self, context):
'url': self.domain_path,
'siteid': self.site_id,
'variables': '\n '.join(variables_code),
'commands' : '\n '.join(commands)
'commands': '\n '.join(commands)
}
if is_internal_ip(context, 'PIWIK'):
html = disable_html(html, 'Piwik')
Expand Down

0 comments on commit abde598

Please sign in to comment.