Fix flake8 finding

This commit is contained in:
Jan Dittberner 2016-01-31 16:35:26 +01:00
parent f3b76a09b7
commit cd696ceb1f

View file

@ -22,10 +22,10 @@ from osusers.forms import (
INVALID_SSH_PUBLIC_KEY,
)
Customer = get_user_model()
from osusers.models import SshPublicKey, User
Customer = get_user_model()
class AddSshPublicKeyFormTest(TestCase):
"""