mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Fix linter issues in commands.py
This commit is contained in:
parent
5fd864f5e9
commit
8cf26407b9
1 changed files with 1 additions and 1 deletions
|
@ -120,8 +120,8 @@ class Commands:
|
||||||
|
|
||||||
def cmd_web(self, args):
|
def cmd_web(self, args):
|
||||||
"Scrape a webpage, convert to markdown and add to the chat"
|
"Scrape a webpage, convert to markdown and add to the chat"
|
||||||
from pypager.source import StringSource
|
|
||||||
from pypager.pager import Pager
|
from pypager.pager import Pager
|
||||||
|
from pypager.source import StringSource
|
||||||
|
|
||||||
url = args.strip()
|
url = args.strip()
|
||||||
if not url:
|
if not url:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue