Skip to content

Commit fe5017e

Browse files
committed
Cosmetic changes
1 parent 9c24337 commit fe5017e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/mrmat_python_api_fastapi/apis/greeting/v2/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
from typing import Optional
2828
from fastapi import APIRouter
29+
2930
from mrmat_python_api_fastapi.apis.greeting.v2 import GreetingV2Output
3031

3132
router = APIRouter()

src/mrmat_python_api_fastapi/apis/greeting/v3/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# SOFTWARE.
2222

2323
from fastapi import APIRouter
24+
2425
from mrmat_python_api_fastapi.apis.greeting.v3 import GreetingV3Output
2526

2627
router = APIRouter()

0 commit comments

Comments
 (0)