Skip to content
Snippets Groups Projects
Commit e6dce23c authored by kaiyou's avatar kaiyou
Browse files

Fix a typo

parent b139b85d
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ class Config(object):
def derive_form(cls, form):
""" Add required fields to a form.
"""
return tmodelsype('NewForm', (forms.OIDCForm, form), {})
return type('NewForm', (forms.OIDCForm, form), {})
@classmethod
def populate_service(cls, form, service):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment