remove unused imports, variables and commented code
from tests
This commit is contained in:
@ -5,7 +5,7 @@ from django.contrib import auth
|
||||
from django.urls import reverse
|
||||
from django_scopes import scopes_disabled
|
||||
|
||||
from cookbook.models import RecipeBook, Storage, Sync
|
||||
from cookbook.models import Storage
|
||||
|
||||
LIST_URL = 'api:storage-list'
|
||||
DETAIL_URL = 'api:storage-detail'
|
||||
|
Reference in New Issue
Block a user