remove unnecessary imports
This commit is contained in:
parent
084dd5ba8d
commit
c5d9673ac3
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@ from django.core.urlresolvers import reverse
|
|||
from django.test import TestCase
|
||||
from django.contrib.auth import get_user_model
|
||||
|
||||
from dashboard.views import (
|
||||
IndexView,
|
||||
UserDashboardView,
|
||||
)
|
||||
|
||||
User = get_user_model()
|
||||
|
||||
|
|
Loading…
Reference in a new issue