mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: reorder imports in aider/models.py
This commit is contained in:
parent
59b6a64687
commit
e1d4e81194
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
import difflib
|
import difflib
|
||||||
import json5
|
|
||||||
import math
|
import math
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
|
@ -9,6 +8,7 @@ from dataclasses import dataclass, fields
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
import json5
|
||||||
import yaml
|
import yaml
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue