Skip to content

Commit

Permalink
fix: timezone import
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonlucas committed Feb 4, 2025
1 parent bda9a42 commit 6c3bce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geonode/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
from geonode.groups.models import GroupProfile
from geonode.geoapps.models import GeoApp

from datetime import datetime, timezone, timedelta
from django.utils import timezone
from datetime import datetime, timedelta
from rest_framework.authtoken.views import ObtainAuthToken
from rest_framework.authtoken.models import Token
from rest_framework.response import Response
Expand Down

0 comments on commit 6c3bce9

Please sign in to comment.