fix: one simple flake8 bug

This commit is contained in:
likecodeingloveproblems 2021-02-13 02:55:06 +03:30
parent e59da7a87b
commit d39f287710

View file

@ -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(