From 689fec91ddcdc53535509ae472448d04cfe8a9bc Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 15 Nov 2024 15:12:07 +0000 Subject: [PATCH] Fix code style --- astrodendro/tests/test_viewer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/astrodendro/tests/test_viewer.py b/astrodendro/tests/test_viewer.py index b6ad4b7..8d68487 100644 --- a/astrodendro/tests/test_viewer.py +++ b/astrodendro/tests/test_viewer.py @@ -13,6 +13,7 @@ [2, 3, 2, 1, 1, 2], [2, 3, 5, 3, 1, 1]]) + def test_viewer(capsys): original_backend = plt.get_backend()