refactor: move webbrowser import to io.py and remove from base_coder.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-07 10:26:54 -08:00
parent 4d24dbc661
commit e475f3d752
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,7 @@
# ai
import base64
import os
import webbrowser
from collections import defaultdict
from dataclasses import dataclass
from datetime import datetime