mypy
parent
ea17e939df
commit
5d810c36a8
|
@ -114,3 +114,5 @@ class HomeServer(object):
|
|||
pass
|
||||
def is_mine_id(self, domain_id: str) -> bool:
|
||||
pass
|
||||
def get_instance_id(self) -> str:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue