Skip to content

Commit 11a6a56

Browse files
committed
Clean up matching service setup files
1 parent 25c800a commit 11a6a56

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

matching-service/app/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from fastapi.middleware.cors import CORSMiddleware
33
import os
44

5-
# from routers import questions
65
from routers import match
76

87
app = FastAPI(title="Matching Service API")

matching-service/app/routers/match.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from fastapi import APIRouter, HTTPException
2-
# from models.questions import CreateQuestionModel, UpdateQuestionModel, QuestionModel, QuestionCollection, MessageModel
3-
from typing import List
1+
from fastapi import APIRouter
42

53
router = APIRouter()
64

0 commit comments

Comments
 (0)