Commit 91432e03 authored by Ilham Maulana's avatar Ilham Maulana 💻

fix: unsed package in test case

parent 9d0d3d73
from django.test import TestCase from django.test import TestCase
from django.utils import timezone from django.utils import timezone
from django.contrib.auth.models import User from django.contrib.auth.models import User
from django.core.exceptions import ValidationError
from .models import BookLoan, Book, Member from .models import BookLoan, Book, Member
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment