1
0
mirror of https://gitee.com/g1879/DrissionPage.git synced 2024-12-10 04:00:23 +08:00

Pre Merge pull request 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

@ -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