Ao executar o exercício proposta, retorna um erro ao invés do resultado.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "cc_models.py", line 19, in calcular_imposto
return super(ContaCorrente, super).calcular_imposto() + 20
TypeError: super(type, obj): obj must be an instance or subtype of type