mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Remove missed async keywords from the revert
This should've been in 7d21b40401
.
This completes the revert of async sessions.
This commit is contained in:
@@ -77,7 +77,7 @@ class MemorySession(Session):
|
||||
def set_update_state(self, entity_id, state):
|
||||
self._update_states[entity_id] = state
|
||||
|
||||
async def get_update_states(self):
|
||||
def get_update_states(self):
|
||||
return self._update_states.items()
|
||||
|
||||
def close(self):
|
||||
|
Reference in New Issue
Block a user