mosquito / cysystemd

systemd wrapper on Cython
Apache License 2.0
101 stars 22 forks source link

Fix type-annotation of notify parameter #50

Closed glM26 closed 3 years ago

glM26 commented 3 years ago

The value parameter of the notify-function currently has the type-annotation int, while in the docstring, its type can be int or str: :param value: str or int value for non constant notifications