Fix flake8 finding
This commit is contained in:
parent
f3b76a09b7
commit
cd696ceb1f
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue