Skip to content

Commit

Permalink
Switch to type comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 1, 2020
1 parent ffd2392 commit c4b9750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pyqtsignal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class Class(QtCore.QObject):
signal: typing.ClassVar[QtCore.pyqtSignal] = QtCore.pyqtSignal([str])
signal = QtCore.pyqtSignal([str]) # type: typing.ClassVar[QtCore.pyqtSignal]


Class.signal.__get__
Expand Down

0 comments on commit c4b9750

Please sign in to comment.