From 1448b70696388ac71e685a3ecdd0409a9a271af8 Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Tue, 31 Mar 2026 15:23:41 -0700 Subject: [PATCH] style: ruff format test_settings.py --- muxplex/tests/test_settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/muxplex/tests/test_settings.py b/muxplex/tests/test_settings.py index 11ef59c..eb0f936 100644 --- a/muxplex/tests/test_settings.py +++ b/muxplex/tests/test_settings.py @@ -272,7 +272,6 @@ def test_delete_session_template_patchable(): assert loaded["delete_session_template"] == custom - # ============================================================ # Multi-device enabled flag (task: settings UI reorganization) # ============================================================ @@ -309,7 +308,6 @@ def test_multi_device_enabled_patchable(): assert loaded["multi_device_enabled"] is True - # ============================================================ # Serve keys (task: add host, port, auth, session_ttl) # ============================================================ @@ -411,4 +409,3 @@ def test_old_settings_file_without_serve_keys_loads_correctly(redirect_settings_ assert result["session_ttl"] == 604800, ( f"session_ttl must default to 604800 for old settings files, got: {result['session_ttl']!r}" ) -