formatting

This commit is contained in:
AF 2023-10-02 16:55:23 +00:00
parent 226bf1b6ad
commit 54a74ffa32

View File

@ -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()