why was the node.stats property async
This commit is contained in:
parent
fc71bdda1f
commit
063d2d08af
|
|
@ -118,7 +118,7 @@ class Node:
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
async def stats(self) -> NodeStats:
|
def stats(self) -> NodeStats:
|
||||||
"""Property which returns the node stats."""
|
"""Property which returns the node stats."""
|
||||||
return self._stats
|
return self._stats
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue