style: Fix linter issues in commands.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-09 17:17:31 -04:00
parent 5fd864f5e9
commit 8cf26407b9

View file

@ -120,8 +120,8 @@ class Commands:
def cmd_web(self, args):
"Scrape a webpage, convert to markdown and add to the chat"
from pypager.source import StringSource
from pypager.pager import Pager
from pypager.source import StringSource
url = args.strip()
if not url: