mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-04-28 18:54:43 +00:00
fix: one simple flake8 bug
This commit is contained in:
parent
e59da7a87b
commit
d39f287710
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class GoogleAnalyticsGTagNode(Node):
|
|||
commands = [
|
||||
GTAG_SET_CODE.format(key=key, value=value) for key, value in other_fields.items()
|
||||
]
|
||||
commands+=self._get_event_commands(context)
|
||||
commands += self._get_event_commands(context)
|
||||
|
||||
extra = '\n'.join(commands)
|
||||
html = SETUP_CODE.format(
|
||||
|
|
|
|||
Loading…
Reference in a new issue