Skip to content

Commit 5c648dc

Browse files
committed
Refactor packaging
1 parent e9bf699 commit 5c648dc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

services/question-service/app/routers/questions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from fastapi import APIRouter, HTTPException, Query
22
from app.models.endpoint_models import QuestionBase64Images
33
from app.models.exceptions import QuestionNotFoundException
4-
from app.utils import batch_convert_base64_to_bytes, batch_convert_bytes_to_base64
4+
from app.core.utils import batch_convert_base64_to_bytes, batch_convert_bytes_to_base64
55
from app.core.crud import (
66
create_question,
77
get_question,

0 commit comments

Comments
 (0)