summaryrefslogtreecommitdiff
path: root/taskapp/events/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'taskapp/events/user.py')
-rw-r--r--taskapp/events/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskapp/events/user.py b/taskapp/events/user.py
index dab0ff2..754cab0 100644
--- a/taskapp/events/user.py
+++ b/taskapp/events/user.py
@@ -1,5 +1,5 @@
from django.contrib.auth.models import User
-from pytask.taskapp.models import Profile, Task, Comment, Credit
+from pytask.taskapp.models import Profile, Task, Comment
""" A collection of helper methods. note that there is no validation done here.
we take care of validation and others checks in methods that invoke these methods.