mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 13:25:00 +00:00
style: Fix linter issues in test_models.py
This commit is contained in:
parent
27015c2c62
commit
6b0c98c799
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import time
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from unittest.mock import mock_open, patch
|
from unittest.mock import mock_open, patch
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
from aider.models import Model, get_model_info
|
from aider.models import Model, get_model_info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue