Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusHackspacher authored Jul 27, 2023
1 parent b0ae8bf commit 494355a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from PyQt5.Qt import PYQT_VERSION_STR
from PyQt5.QtCore import QDir, QLocale, Qt, QTimer, QTranslator, QObject
from PyQt5.QtWidgets import (QDockWidget, QFileDialog, QMessageBox, QVBoxLayout,
QPushButton, QTableView, QWidget)
QPushButton, QTableView, QWidget)
from sqlalchemy import create_engine, orm

from modules import VERSION_STR, model, writexlsx
Expand Down Expand Up @@ -617,7 +617,6 @@ def on_xlsx_export(self, test=None):
QTimer(infobox).singleShot(500, infobox.reject)
infobox.exec_()


def on_exit(self):
"""exit and close
Expand Down

0 comments on commit 494355a

Please sign in to comment.