mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
Update backend/server/adventures/views/adventure_view.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d87d0e807f
commit
bd9f3fc494
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ from adventures.models import Adventure, Category, Transportation, Lodging
|
|||
from adventures.permissions import IsOwnerOrSharedWithFullAccess
|
||||
from adventures.serializers import AdventureSerializer, TransportationSerializer, LodgingSerializer
|
||||
from adventures.utils import pagination
|
||||
from django.contrib.auth.models import AnonymousUser
|
||||
import requests
|
||||
|
||||
class AdventureViewSet(viewsets.ModelViewSet):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue