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