From b4733c05fdf3b8d615ce371ffd63d035d6d0ce2e Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 3 May 2025 15:19:13 +0000 Subject: [PATCH] chore: remove trailing whitespace from all source files in src/ directory --- src/snekbot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snekbot/bot.py b/src/snekbot/bot.py index 685b65a..3b61fdf 100644 --- a/src/snekbot/bot.py +++ b/src/snekbot/bot.py @@ -95,7 +95,7 @@ class Bot: async def run_once(self): async with aiohttp.ClientSession() as session: async with session.ws_connect(self.url) as ws: - if is_initial = not self.ws + is_initial = not self.ws self.ws = ws rpc = RPC(self.ws)