mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: Apply linter fixes
This commit is contained in:
parent
8f0fa6684d
commit
20faadcbd9
1 changed files with 9 additions and 8 deletions
|
@ -1,12 +1,13 @@
|
|||
import os
|
||||
import platform
|
||||
import oslex
|
||||
import subprocess
|
||||
import sys
|
||||
import tempfile
|
||||
import time
|
||||
from pathlib import Path
|
||||
|
||||
import oslex
|
||||
|
||||
from aider.dump import dump # noqa: F401
|
||||
|
||||
IMAGE_EXTENSIONS = {".png", ".jpg", ".jpeg", ".gif", ".bmp", ".tiff", ".webp", ".pdf"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue