diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-23 17:04:19 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-23 17:04:19 -0500 |
commit | 24f225d70ca61817976ec581a83beb29dbbedc87 (patch) | |
tree | 5c4a09c1876ace009d0409231eb9e3b115952fc1 | |
parent | 36ab3ae1491b9e190b4c541f729a61685049b623 (diff) | |
download | hypervideo-gui-24f225d70ca61817976ec581a83beb29dbbedc87.tar.lz hypervideo-gui-24f225d70ca61817976ec581a83beb29dbbedc87.tar.xz hypervideo-gui-24f225d70ca61817976ec581a83beb29dbbedc87.zip |
fix Missing class docstring
-rw-r--r-- | hypervideo_gui/main_ui.py | 1 |
1 files changed, 1 insertions, 0 deletions
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__() |