Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ae3d944

Browse files
committed
mypy
1 parent 440581c commit ae3d944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

synapse/server.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,5 @@ class HomeServer(object):
114114
pass
115115
def is_mine_id(self, domain_id: str) -> bool:
116116
pass
117+
def get_instance_id(self) -> str:
118+
pass

0 commit comments

Comments
 (0)