Skip to content

Commit

Permalink
changing import
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Mar 2, 2024
1 parent f14cad5 commit beca326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api_dados_rio/v2/clima_pluviometro/urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from rest_framework import routers

from . import views
from api_dados_rio.v2.clima_pluviometro import views

router = routers.DefaultRouter()
router.register(
Expand Down
2 changes: 1 addition & 1 deletion api_dados_rio/v2/clima_radar/urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from rest_framework import routers

from . import views
from api_dados_rio.v2.clima_radar import views

router = routers.DefaultRouter()
router.register(
Expand Down

0 comments on commit beca326

Please sign in to comment.