fix: Remove unused import 'requests' from 'aider/models.py'

This commit is contained in:
Paul Gauthier 2024-08-25 08:22:20 -07:00 committed by Paul Gauthier (aider)
parent 29bb70d407
commit b7a9925cea
2 changed files with 0 additions and 4 deletions

View file

@ -81,9 +81,6 @@ def make_repo(path=None):
return repo
import json
def is_image_file(file_name):
"""
Check if the given file name has an image file extension.