This commit is contained in:
Lukas Klass 2020-05-08 16:45:39 +02:00
parent 65f5b55153
commit 65f49de1c4

View File

@ -68,6 +68,6 @@ class ASensor:
Returns
-------
mes : Union[None, str]
The error message of the check. This will be None if the check was succesful.
The error message of the check. This will be None if the check was successful.
"""
pass