mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
style: remove unused List import from llm_model_configs.py
Remove unused typing.List import flagged by ruff F401. Co-Authored-By: Yue Guobin <yueguobin@outlook.com>
This commit is contained in:
parent
5e9ec23a45
commit
71802a8064
@ -14,7 +14,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from typing import Optional, List, Literal
|
||||
from typing import Optional, Literal
|
||||
from pydantic import BaseModel, Field, ConfigDict
|
||||
from uuid import UUID
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user