Skip to content

Commit

Permalink
Merge pull request #12 from prefeitura-rio/apis_monitoramento_temp
Browse files Browse the repository at this point in the history
reverting commit
  • Loading branch information
patriciacatandi authored Mar 2, 2024
2 parents 89c6d7f + e4d4520 commit a74ccb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api_dados_rio/v2/clima_pluviometro/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# reverting
from rest_framework import routers

from api_dados_rio.v2.clima_pluviometro import views
Expand Down
2 changes: 1 addition & 1 deletion api_dados_rio/v2/clima_pluviometro/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from rest_framework_tracking.mixins import LoggingMixin


# Views for last 15 min
## Views for last 15 min
@method_decorator(
name="list",
decorator=swagger_auto_schema(
Expand Down

0 comments on commit a74ccb4

Please sign in to comment.