mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-31 22:40:14 +03:00
style: remove unused imports from llm_model_configs.py
Remove 3 unused imports that were flagged by ruff F401: - fastapi.Response - fastapi.security.OAuth2PasswordRequestForm - gns3server.controller.controller_error.ControllerError Co-Authored-By: Yue Guobin <yueguobin@outlook.com>
This commit is contained in:
parent
7c3b832bca
commit
c0aec3f979
@ -19,14 +19,12 @@
|
||||
API routes for LLM model configurations.
|
||||
"""
|
||||
|
||||
from fastapi import APIRouter, Depends, HTTPException, Response, status
|
||||
from fastapi.security import OAuth2PasswordRequestForm
|
||||
from fastapi import APIRouter, Depends, HTTPException, status
|
||||
from uuid import UUID
|
||||
from typing import List
|
||||
|
||||
from gns3server import schemas
|
||||
from gns3server.controller.controller_error import (
|
||||
ControllerError,
|
||||
ControllerBadRequestError,
|
||||
ControllerNotFoundError,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user