From 8cf26407b92aeef4ac9f9b6675fe684401eb133f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 9 Aug 2024 17:17:31 -0400 Subject: [PATCH] style: Fix linter issues in commands.py --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 069114b40..51e2a07d4 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -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: