From 32910d30b409f87239969fb5f93311aaa21f5e14 Mon Sep 17 00:00:00 2001 From: maruizhi <3088243241@qq.com> Date: Sun, 20 Sep 2026 15:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=B9=B4=E9=BE=84=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=AD=A6=E7=94=9F=E4=BF=A1=E6=81=AF=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PythonProject/dao/student_dao.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PythonProject/dao/student_dao.py b/PythonProject/dao/student_dao.py index f6f5d02..f935b0e 100644 --- a/PythonProject/dao/student_dao.py +++ b/PythonProject/dao/student_dao.py @@ -2,7 +2,6 @@ from fastapi import HTTPException,Depends from util.database import get_db from model.student_model import Student_Model - def select_age(min_age,max_age,session=Depends(get_db)): try: if min_age is None and max_age is None: