We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9641120 commit f231e9eCopy full SHA for f231e9e
backend/app/admin/api/v1/sys/plugin.py
@@ -2,7 +2,7 @@
2
# -*- coding: utf-8 -*-
3
from typing import Annotated, Any
4
5
-from fastapi import APIRouter, Depends, File, UploadFile, Path
+from fastapi import APIRouter, Depends, File, Path, UploadFile
6
from fastapi.params import Query
7
from starlette.responses import StreamingResponse
8
0 commit comments