aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btscanner/service.py')
-rw-r--r--examples/bluetooth/btscanner/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/btscanner/service.py b/examples/bluetooth/btscanner/service.py
index 73e174b82..31df8a9ea 100644
--- a/examples/bluetooth/btscanner/service.py
+++ b/examples/bluetooth/btscanner/service.py
@@ -1,7 +1,7 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-from PySide6.QtCore import Qt, Slot
+from PySide6.QtCore import Slot
from PySide6.QtWidgets import QDialog
from PySide6.QtBluetooth import (QBluetoothAddress, QBluetoothServiceInfo,
QBluetoothServiceDiscoveryAgent, QBluetoothLocalDevice)