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:
Lonami Exo
2022-08-30 12:39:17 +02:00
parent e87e6738b5
commit 48d7dbe90b
5 changed files with 7 additions and 24 deletions

View File

@@ -98,7 +98,7 @@ class Session(ABC):
raise NotImplementedError
@abstractmethod
async def get_update_states(self):
def get_update_states(self):
"""
Returns an iterable over all known pairs of ``(entity ID, update state)``.
"""