aboutsummaryrefslogtreecommitdiff
path: root/apps/notes/tests/test_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/notes/tests/test_models.py')
-rw-r--r--apps/notes/tests/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/notes/tests/test_models.py b/apps/notes/tests/test_models.py
index 05f2618..0c53a25 100644
--- a/apps/notes/tests/test_models.py
+++ b/apps/notes/tests/test_models.py
@@ -3,7 +3,7 @@ from django.urls import reverse
from django.contrib import auth
from mixer.backend.django import mixer
-from notes.models import Note, Notebook
+from notes.models import Note, Notebook
User = auth.get_user_model()