summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/src/account/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pharos-dashboard/src/account/models.py')
-rw-r--r--tools/pharos-dashboard/src/account/models.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/pharos-dashboard/src/account/models.py b/tools/pharos-dashboard/src/account/models.py
index d87ee183..c2e99028 100644
--- a/tools/pharos-dashboard/src/account/models.py
+++ b/tools/pharos-dashboard/src/account/models.py
@@ -8,12 +8,9 @@
##############################################################################
-from django.db import models
-
from django.contrib.auth.models import User
-from rest_framework.authtoken.models import Token
+from django.db import models
-from dashboard.models import Resource
def upload_to(object, filename):
return object.user.username + '/' + filename