From 24f225d70ca61817976ec581a83beb29dbbedc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 23 Dec 2019 17:04:19 -0500 Subject: fix Missing class 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 aff6ce2..378699c 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -48,6 +48,7 @@ __title__ = 'Simple Hypervideo Download GUI' class MainWindow(QMainWindow): + ''' MainWindow ''' def __init__(self): ''' Initial ''' super(MainWindow, self).__init__() -- cgit v1.2.3