Skip to content

Annotate the type for Page.__gsignals__ to fix the mypy failure

Marcin Mielniczuk requested to merge marmistrz/gajim:fix-ci-properly into master

Another option is to use:

 __gsignals__: Dict[str,  Any] 

Merge request reports