correct rtype

This commit is contained in:
Rob Calon 2022-12-27 17:27:23 +01:00 committed by GitHub
parent 431ddadb5f
commit 0eae28e183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ class AsyncSerialReader(SerialReader):
""" """
Read complete DSMR telegram's from the serial interface and return a Telegram object. Read complete DSMR telegram's from the serial interface and return a Telegram object.
:rtype: generator :rtype: None
""" """
# create Serial StreamReader # create Serial StreamReader