style: Fix linter issues in test_models.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-25 08:24:14 -07:00
parent 27015c2c62
commit 6b0c98c799

View file

@ -3,6 +3,7 @@ import time
import unittest
from pathlib import Path
from unittest.mock import mock_open, patch
import requests
from aider.models import Model, get_model_info