Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Dec 2, 2021
1 parent d4b5e0b commit b9e2cd4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mautrix_telegram/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ async def manhole_global_namespace(self, user_id: UserID) -> Dict[str, Any]:
"Puppet": Puppet,
}

def update_bridge_readiness(self):
time()

@property
def manhole_banner_program_version(self) -> str:
return f"{super().manhole_banner_program_version} and Telethon {__telethon_version__}"
Expand Down

0 comments on commit b9e2cd4

Please sign in to comment.