From bfb05899533d27ca79492ab5c56804c62aa25323 Mon Sep 17 00:00:00 2001 From: l3ocho Date: Wed, 30 Jul 2025 21:00:35 -0400 Subject: [PATCH] Fix whitespace in blank line (W293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed trailing whitespace from blank line in client.py:66 - All flake8 checks now pass 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- wikijs/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikijs/client.py b/wikijs/client.py index 3357767..531e557 100644 --- a/wikijs/client.py +++ b/wikijs/client.py @@ -63,7 +63,7 @@ class WikiJSClient: # Instance variable declarations for mypy self._auth_handler: AuthHandler self._session: requests.Session - + # Validate and normalize base URL self.base_url = normalize_url(base_url)