mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-14 19:57:27 +08:00
diva: fix typing
This commit is contained in:
@@ -140,7 +140,7 @@ class RegisterResponse(BaseResponse):
|
||||
self.pd_id: int = pv_id
|
||||
|
||||
class EndRequest(BaseRequest):
|
||||
def __init__(self, raw: str | bytes) -> None:
|
||||
def __init__(self, raw: Union[str, bytes]) -> None:
|
||||
self.my_qst_id: str
|
||||
self.my_qst_sts: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user