make mypy happy

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2017-06-24 11:31:07 +02:00
parent 57936db6b9
commit 2d9bbf39f0
8 changed files with 24 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
# Relational
# Copyright (C) 2008-2016 Salvo "LtWorf" Tomaselli
# Copyright (C) 2008-2017 Salvo "LtWorf" Tomaselli
#
# Relational is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,6 +28,9 @@ from relational_gui import surveyForm
from relational_gui import maingui
version = ''
class relForm(QtWidgets.QMainWindow):
def __init__(self):