chore(base): correct typo

ref: #804
This commit is contained in:
2025-06-07 22:28:55 +09:30
parent 77c47c12b4
commit 2bdffb947f
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import pytest
from django.test import TestCase
from access.models.tenant import Tenant as Organization

View File

@ -1,3 +1,5 @@
import pytest
from django.test import Client, TestCase
from rest_framework.reverse import reverse