remove unnecessary if statement

This commit is contained in:
renantamashiro 2020-06-28 01:20:42 -03:00
parent 962af837af
commit 6c5c6fd1cf

View file

@ -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 = {}