Skip to content

Commit

Permalink
refactor(core): Update access imports to new path
Browse files Browse the repository at this point in the history
ref: #641 closes #640
  • Loading branch information
jon-nfc committed Feb 19, 2025
1 parent ef1f764 commit cabb8d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/itim/tests/unit/cluster_types/test_cluster_type_api_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
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

Expand Down

0 comments on commit cabb8d8

Please sign in to comment.