mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
remove unnecessary if statement
This commit is contained in:
parent
962af837af
commit
6c5c6fd1cf
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ class UserVoiceNode(Node):
|
|||
widget_key = context.get('uservoice_widget_key')
|
||||
if not widget_key:
|
||||
widget_key = self.default_widget_key
|
||||
if not widget_key:
|
||||
return ''
|
||||
# default
|
||||
options = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue