update ircstates, now only one (maybe Optional) Emit
This commit is contained in:
parent
739b039d50
commit
d51fcf0987
3 changed files with 9 additions and 9 deletions
|
@ -98,7 +98,7 @@ class IServer(Server):
|
|||
async def sts_policy(self, sts: STSPolicy):
|
||||
pass
|
||||
|
||||
async def next_line(self) -> Optional[Tuple[Line, List[Emit]]]:
|
||||
async def next_line(self) -> Optional[Tuple[Line, Optional[Emit]]]:
|
||||
pass
|
||||
|
||||
def cap_agreed(self, capability: ICapability) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue