mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: reorder imports in aider/report.py
This commit is contained in:
parent
df8e13d3ed
commit
7e6b5d5a98
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
import os
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
import traceback
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
import webbrowser
|
import webbrowser
|
||||||
import os
|
|
||||||
|
|
||||||
from aider import __version__
|
from aider import __version__
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue