From ec0e0841a903b6450d6b8da9cd5492bbf7864779 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Sat, 7 Sep 2024 18:34:56 -0400 Subject: [PATCH] lint --- canary/cogs/helpers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/canary/cogs/helpers.py b/canary/cogs/helpers.py index e78da28e..b7acf7a4 100644 --- a/canary/cogs/helpers.py +++ b/canary/cogs/helpers.py @@ -469,7 +469,8 @@ async def search(self, ctx: commands.Context, *, query: str): course_year_range=self.bot.config.course_year_range, search=keyword, page=pagenum, - ), "content" + ), + "content", ) soup = BeautifulSoup(r, "lxml") found = soup.find_all("div", {"class": "views-row"})