chore(itam): add missing import

ref:#817 #818
This commit is contained in:
2025-06-11 20:44:00 +09:30
parent 175ab02a7d
commit c29e5890eb
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import pytest
from django.shortcuts import reverse
from django.test import Client, TestCase

View File

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