chore: Reformat files

This commit is contained in:
Mike A.
2024-09-03 17:46:12 +02:00
parent 239bc012fb
commit 1c185195b0
17 changed files with 42 additions and 52 deletions

View File

@@ -1,4 +1,5 @@
"""ABC for async classes that need to be cleaned up before exiting."""
from __future__ import annotations
import asyncio