why was the node.stats property async

This commit is contained in:
cloudwithax 2021-11-13 13:13:04 -05:00
parent fc71bdda1f
commit 063d2d08af
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Node:
@property
async def stats(self) -> NodeStats:
def stats(self) -> NodeStats:
"""Property which returns the node stats."""
return self._stats