mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
refactor: move webbrowser import to io.py and remove from base_coder.py
This commit is contained in:
parent
4d24dbc661
commit
e475f3d752
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ import sys
|
|||
import threading
|
||||
import time
|
||||
import traceback
|
||||
import webbrowser
|
||||
from collections import defaultdict
|
||||
from datetime import datetime
|
||||
from json.decoder import JSONDecodeError
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# ai
|
||||
import base64
|
||||
import os
|
||||
import webbrowser
|
||||
from collections import defaultdict
|
||||
from dataclasses import dataclass
|
||||
from datetime import datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue