refactor(core): Update access imports to new path
ref: #641 closes #640
This commit is contained in:
@ -9,6 +9,8 @@ from django.test import Client, TestCase
|
||||
from rest_framework.relations import Hyperlink
|
||||
|
||||
from access.models.organization import Organization
|
||||
from access.models.team import Team
|
||||
from access.models.team_user import TeamUsers
|
||||
|
||||
from api.tests.abstract.api_fields import APITenancyObject
|
||||
|
||||
|
Reference in New Issue
Block a user