From 54a74ffa32d3ce377f6b1b40eaa4887877de0c4d Mon Sep 17 00:00:00 2001 From: timofey Date: Mon, 2 Oct 2023 16:55:23 +0000 Subject: [PATCH] formatting --- v6d2ctx/pain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v6d2ctx/pain.py b/v6d2ctx/pain.py index c9fe58e..36b9d6e 100644 --- a/v6d2ctx/pain.py +++ b/v6d2ctx/pain.py @@ -61,7 +61,7 @@ class ABlockMonitor: self.delta = delta self.interval = interval - async def _monitor(self): + async def _monitor(self) -> None: while True: delta = self.delta t = time.time()