Skip to content

Commit f231e9e

Browse files
committed
fix lint
1 parent 9641120 commit f231e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/admin/api/v1/sys/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
from typing import Annotated, Any
44

5-
from fastapi import APIRouter, Depends, File, UploadFile, Path
5+
from fastapi import APIRouter, Depends, File, Path, UploadFile
66
from fastapi.params import Query
77
from starlette.responses import StreamingResponse
88

0 commit comments

Comments
 (0)