From 0e9935e3bcc8093d90b644d06609a607fcb4537a Mon Sep 17 00:00:00 2001 From: Ihor Pryyma Date: Sat, 20 Jul 2024 19:05:11 +0300 Subject: [PATCH] fix: linting --- qt/qttools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/qttools.py b/qt/qttools.py index cea8940b2..f1fdabec0 100644 --- a/qt/qttools.py +++ b/qt/qttools.py @@ -718,4 +718,3 @@ def setCurrentProfileID(self, profileID): if self.itemData(i) == profileID: self.setCurrentIndex(i) break -