summaryrefslogtreecommitdiff
path: root/qutebrowser/qt/_core_pyqtproperty.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/qt/_core_pyqtproperty.py')
-rw-r--r--qutebrowser/qt/_core_pyqtproperty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/qt/_core_pyqtproperty.py b/qutebrowser/qt/_core_pyqtproperty.py
index 24f96ea12..8ae62264f 100644
--- a/qutebrowser/qt/_core_pyqtproperty.py
+++ b/qutebrowser/qt/_core_pyqtproperty.py
@@ -11,7 +11,7 @@ import typing
from PyQt6.QtCore import QObject, pyqtSignal
if typing.TYPE_CHECKING:
- QObjectT = typing.TypeVar("QObjectT", bound="QObject")
+ QObjectT = typing.TypeVar("QObjectT", bound=QObject)
TPropertyTypeVal = typing.TypeVar("TPropertyTypeVal")