Skip to content

Commit d6a520a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import ddt
66
from django.test import TestCase
77
from django.urls import reverse
8-
from django.utils.timezone import datetime, timezone
8+
from django.utils import timezone
99
from rest_framework.exceptions import ValidationError
1010
from rest_framework.settings import api_settings
1111
from rest_framework.test import APIRequestFactory

0 commit comments

Comments
 (0)