diff --git a/muxplex/tests/test_frontend_css.py b/muxplex/tests/test_frontend_css.py index 9990b42..4a24bbf 100644 --- a/muxplex/tests/test_frontend_css.py +++ b/muxplex/tests/test_frontend_css.py @@ -1697,4 +1697,6 @@ def test_css_remote_instances_classes() -> None: ".settings-remote-remove", ".settings-input", ): - assert cls in css, f"Missing CSS selector '{cls}' — required for Remote Instances UI" + assert cls in css, ( + f"Missing CSS selector '{cls}' — required for Remote Instances UI" + )