From cdd5fa0b53d60f3439a191812aa45ee66cfcd181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 20 Dec 2019 11:45:24 -0500 Subject: fix: Missing function docstring --- hypervideo_gui/main_ui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hypervideo_gui/main_ui.py') diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 495d226..721d481 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -446,6 +446,7 @@ def debugging(var): def ui_style_sheet(self): + ''' Style UI ''' return """ QStatusBar { -- cgit v1.2.3