Discussion:
[PyQt] Invalid type hint for QBluetoothUuid
Florian Bruhin
2018-11-23 20:37:00 UTC
Permalink
Hi,

QBluetoothUuid has a type hint with a missing ]:

def __init__(self, uuid: Tuple[int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) -> None: ...

It looks like a typo in the TypeHint annotation, patch to fix it
attached.

Florian
--
https://www.qutebrowser.org | ***@the-compiler.org (Mail/XMPP)
GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
I love long mails! | https://email.is-not-s.ms/
Loading...