From 85f1850b198ec790bdbff1289a3d572fd772e225 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 16 Nov 2025 17:03:59 +0100 Subject: [PATCH] make flake8 happy --- radicale/tests/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/tests/test_base.py b/radicale/tests/test_base.py index 8eff78d5..0f33a4fc 100644 --- a/radicale/tests/test_base.py +++ b/radicale/tests/test_base.py @@ -1853,7 +1853,7 @@ permissions: RrWw""") calendar_path = "/calendar.ics/" self.mkcalendar(calendar_path) sync_token, _ = self._report_sync_token( - calendar_path, "http://radicale.org/ns/sync/INVALID", login="testuser:", remote_host = "192.0.2.1", remote_useragent = "Testclient/1.0") + calendar_path, "http://radicale.org/ns/sync/INVALID", login="testuser:", remote_host="192.0.2.1", remote_useragent="Testclient/1.0") assert not sync_token def test_propfind_sync_token(self) -> None: