From 745a53610917d22d36297a56085e8ad1bc459d99 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Fri, 19 Jul 2024 20:17:18 -0600 Subject: [PATCH] Mods --- cromulant/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cromulant/window.py b/cromulant/window.py index 0ed8e03..86d0dd7 100644 --- a/cromulant/window.py +++ b/cromulant/window.py @@ -276,4 +276,4 @@ class Window: msg_box.setText(message) msg_box.setWindowTitle("Information") msg_box.setStandardButtons(QMessageBox.Ok) - msg_box.exec() \ No newline at end of file + msg_box.exec()