Skip to content
Snippets Groups Projects
Commit 35c8c119 authored by Martin Burchell's avatar Martin Burchell
Browse files

Fix missing imports

parent 5742104b
No related branches found
No related tags found
2 merge requests!166Staging,!157Django 2.2 and Python 3 upgrade
from .activation import ( # noqa
ActivationEmailsView, ResetPassword, SendActivationEmailView,
change_password
)
from .contact_info import ( # noqa
AddContact, DeleteContact, ListContacts, ListContactsExport, UpdateContact,
AddContact, DeleteContact, ListContacts, UpdateContact,
UpdateContactBase, UpdatePersonalInfo, get_permission
)
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