mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
fix: Remove unused imports in tests/basic/test_models.py
This commit is contained in:
parent
1edd046d08
commit
cf3d7f7064
1 changed files with 1 additions and 7 deletions
|
@ -1,12 +1,6 @@
|
||||||
import json
|
|
||||||
import time
|
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
|
||||||
from unittest.mock import mock_open, patch
|
|
||||||
|
|
||||||
import requests
|
from aider.models import Model
|
||||||
|
|
||||||
from aider.models import Model, get_model_info
|
|
||||||
|
|
||||||
|
|
||||||
class TestModels(unittest.TestCase):
|
class TestModels(unittest.TestCase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue