formatting

This commit is contained in:
John Lancaster
2024-10-21 02:47:38 +00:00
parent a67b2998b7
commit bc2224a919
2 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ class ADSubsystem:
if not self.stopping:
await asyncio.sleep(delay)
except asyncio.CancelledError:
self.logger.debug('Cancelled during sleep')
self.logger.debug('Cancelled during sleep')
@dataclass