From 34b9822a3dbee6e6cdab1eb263ad37794b2da822 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 15 Jun 2025 23:11:52 +0800 Subject: [PATCH] update --- task/tutorial.py | 1 - 1 file changed, 1 deletion(-) diff --git a/task/tutorial.py b/task/tutorial.py index 0dae7c5..20e6eb4 100644 --- a/task/tutorial.py +++ b/task/tutorial.py @@ -1,6 +1,5 @@ from typing import List from ninja import Router -from ninja.errors import HttpError from django.shortcuts import get_object_or_404 from account.decorators import super_required from .schemas import TutorialAll, TutorialIn, TutorialSlim