Skip to content

Commit

Permalink
Add missing import for QMessageBox
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasG77 authored and wonder-sk committed Apr 26, 2018
1 parent ec62d32 commit 976801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Discovery/config_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from PyQt5.QtCore import QSettings, Qt, QUrl
from PyQt5.QtGui import QDesktopServices
from PyQt5.QtWidgets import QApplication, QDialogButtonBox
from PyQt5.QtWidgets import QApplication, QDialogButtonBox, QMessageBox
from PyQt5 import uic

from . import dbutils
Expand Down

0 comments on commit 976801a

Please sign in to comment.