Skip to content

Commit b9e2cd4

Browse files
author
Christian Paul
committed
Remove unused method
1 parent d4b5e0b commit b9e2cd4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mautrix_telegram/__main__.py

-3
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@ async def manhole_global_namespace(self, user_id: UserID) -> Dict[str, Any]:
249249
"Puppet": Puppet,
250250
}
251251

252-
def update_bridge_readiness(self):
253-
time()
254-
255252
@property
256253
def manhole_banner_program_version(self) -> str:
257254
return f"{super().manhole_banner_program_version} and Telethon {__telethon_version__}"

0 commit comments

Comments
 (0)