Skip to content

Commit ea2a074

Browse files
committed
Fix isort warning
1 parent 4779e44 commit ea2a074

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
from datetime import date
2+
13
from django.test import TestCase
4+
25
from .models import Student
3-
from datetime import date
46

57
# Create your tests here.
68

0 commit comments

Comments
 (0)