mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
fix: Remove unused import 'requests' from 'aider/models.py'
This commit is contained in:
parent
29bb70d407
commit
b7a9925cea
2 changed files with 0 additions and 4 deletions
|
@ -10,7 +10,6 @@ from dataclasses import dataclass, fields
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
import requests
|
|
||||||
import yaml
|
import yaml
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
|
|
|
@ -81,9 +81,6 @@ def make_repo(path=None):
|
||||||
return repo
|
return repo
|
||||||
|
|
||||||
|
|
||||||
import json
|
|
||||||
|
|
||||||
|
|
||||||
def is_image_file(file_name):
|
def is_image_file(file_name):
|
||||||
"""
|
"""
|
||||||
Check if the given file name has an image file extension.
|
Check if the given file name has an image file extension.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue