Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix module names
  • Loading branch information
Kilo59 committed Apr 18, 2020
commit 72572d058d608eb8ad0231f4fa9f1b30babb52a1
2 changes: 1 addition & 1 deletion app/routers/v1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""app.router.v1.py"""
"""app.routers.v1.py"""
from fastapi import APIRouter

from ..services.location.jhu import get_category
Expand Down
2 changes: 1 addition & 1 deletion app/routers/v2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""app.router.v2"""
"""app.routers.v2"""
import enum

from fastapi import APIRouter, HTTPException, Request
Expand Down