Skip to content

Commit 3ce2308

Browse files
committed
fix: fixing timezone.now() changes.
1 parent d6a520a commit 3ce2308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credentials/apps/api/v2/tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from django.core.exceptions import ObjectDoesNotExist
88
from django.test import TestCase
99
from django.urls import reverse
10-
from django.utils.timezone import datetime, timezone
10+
from django.utils import timezone
1111
from rest_framework.renderers import JSONRenderer
1212
from rest_framework.test import APIRequestFactory, APITestCase
1313
from testfixtures import LogCapture

0 commit comments

Comments
 (0)