Skip to content

Commit c73c4f5

Browse files
committed
refactor: Rename api/ -> internal/
1 parent f061e75 commit c73c4f5

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

routers/google.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from fastapi import APIRouter
2-
from api.google import Google
2+
from internal.google import Google
33

44

55
google = Google()

routers/imagemanip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import aiohttp
22
from io import BytesIO
3-
from api import imagemanip
3+
from internal import imagemanip
44
from fastapi import APIRouter, Response
55

66

0 commit comments

Comments
 (0)