diff --git a/pomice/pool.py b/pomice/pool.py index ffbfab2..7db8019 100644 --- a/pomice/pool.py +++ b/pomice/pool.py @@ -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