mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-04 17:07:26 +08:00
feat: 完善类型注释,增加 mypy 类型检测
This commit is contained in:
@@ -20,10 +20,6 @@ class AbstractLogin(ABC):
|
||||
async def begin(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def check_login_state(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def login_by_qrcode(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user