mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
refactor: Move webbrowser import to top of file
This commit is contained in:
parent
de65d86122
commit
740534dcff
1 changed files with 1 additions and 1 deletions
|
@ -1145,7 +1145,7 @@ class Coder:
|
||||||
if self.io.confirm_ask(
|
if self.io.confirm_ask(
|
||||||
"View this URL from the error message?", subject=url
|
"View this URL from the error message?", subject=url
|
||||||
):
|
):
|
||||||
import webbrowser
|
import webbrowser #ai move to top!
|
||||||
|
|
||||||
webbrowser.open(url)
|
webbrowser.open(url)
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue