Skip to content

Commit

Permalink
patch: remove repeating tag (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinashechiraya authored Oct 7, 2024
1 parent b99cd01 commit 08c9e37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_project/monitor/site_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ class SitesWithObservationsView(APIView):
serializer_class = SitesAndObservationsSerializer
@swagger_auto_schema(
operation_description="Retrieve detailed information about a site, including its observations and images.",
tags=["Sites and Observations"],
manual_parameters=[
openapi.Parameter(
'start_date',
Expand Down

0 comments on commit 08c9e37

Please sign in to comment.