From ba063c311dbb2fbe635347d5f8b0a35d0399e0aa Mon Sep 17 00:00:00 2001 From: Ruben Thoms Date: Fri, 20 Dec 2024 09:54:51 +0100 Subject: [PATCH] Reformatted --- tests/test_graph.py | 4 +++- tests/test_plugin_placeholder.py | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/test_graph.py b/tests/test_graph.py index 9e57656c..20897982 100644 --- a/tests/test_graph.py +++ b/tests/test_graph.py @@ -42,4 +42,6 @@ def test_container_placeholder(dash_duo): dash_duo.start_server(app) - assert dash_duo.get_logs() is None, f"browser console should contain no error: {dash_duo.get_logs()}" + assert ( + dash_duo.get_logs() is None + ), f"browser console should contain no error: {dash_duo.get_logs()}" diff --git a/tests/test_plugin_placeholder.py b/tests/test_plugin_placeholder.py index a5b805c1..5c49d0ef 100644 --- a/tests/test_plugin_placeholder.py +++ b/tests/test_plugin_placeholder.py @@ -25,4 +25,6 @@ def test_plugin_placeholder(dash_duo): dash_duo.start_server(app) - assert dash_duo.get_logs() is None, f"browser console should contain no error: {dash_duo.get_logs()}" + assert ( + dash_duo.get_logs() is None + ), f"browser console should contain no error: {dash_duo.get_logs()}"