mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
python: add more type annotations
This commit is contained in:
@@ -191,7 +191,7 @@ class DirectImap:
|
||||
|
||||
|
||||
class IdleManager:
|
||||
def __init__(self, direct_imap):
|
||||
def __init__(self, direct_imap) -> None:
|
||||
self.direct_imap = direct_imap
|
||||
self.log = direct_imap.account.log
|
||||
# fetch latest messages before starting idle so that it only
|
||||
|
||||
Reference in New Issue
Block a user