Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
xantric committed Jan 7, 2024
1 parent 4d1d5f0 commit 3cbcc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fury/ui/tests/test_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
Expand Down

0 comments on commit 3cbcc8b

Please sign in to comment.