]> jfr.im git - irc/weechat/qweechat.git/blobdiff - qweechat/about.py
Remove "Running with PySide6" from about dialog
[irc/weechat/qweechat.git] / qweechat / about.py
index 88dd0275cf1c1951b0c91d7c07691f973f1c4f13..5336ac4d3da65c238aa486dd92a54ed6a0afd08a 100644 (file)
@@ -20,8 +20,7 @@
 # along with QWeeChat.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-from PySide6 import QtCore
-from PySide6 import QtWidgets as QtGui
+from PySide6 import QtCore, QtWidgets as QtGui
 
 
 class AboutDialog(QtGui.QDialog):