Pre Merge pull request !33 from Marquez/N/A

This commit is contained in:
Marquez 2024-01-14 23:27:45 +00:00 committed by Gitee
commit 9b6a70fa5e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -59,7 +59,7 @@ class Listener(object):
def wait(self,
count: int = 1,
timeout: float = None,
fit_count: bool = True,
fix_count: bool = True,
raise_err: bool = None) -> Union[List[DataPacket], DataPacket, None]: ...
@property