From 3cbcc8bd0a85e992b7e5416a6e34d679f63faa34 Mon Sep 17 00:00:00 2001 From: Ishan Kamboj Date: Sun, 7 Jan 2024 16:19:12 +0530 Subject: [PATCH] fixed lint error --- fury/ui/tests/test_containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fury/ui/tests/test_containers.py b/fury/ui/tests/test_containers.py index 45bdfed2c..79edcd4a0 100644 --- a/fury/ui/tests/test_containers.py +++ b/fury/ui/tests/test_containers.py @@ -456,7 +456,7 @@ def tab_change(tab_ui_top): title='Tab UI Test') show_manager.scene.add(tab_ui_top) show_manager.scene.add(tab_ui_bottom) - + if interactive: show_manager.record_events_to_file(recording_filename) print(list(event_counter.events_counts.items()))