2👍
✅
Check your class RenderView()
the super class instantiation should be :
super(RenderView, self).__init__(*args, **kwargs)
Source:stackexchange.com