diff options
| author | 2023-11-09 17:26:42 +0000 | |
|---|---|---|
| committer | 2023-11-09 17:26:42 +0000 | |
| commit | bdd52fb7ac948002cbbd4b9b1a97f9750e715e39 (patch) | |
| tree | b3b51038c279390c44eb81a4612f8a29d01e4631 /arthur/__main__.py | |
| parent | Bump kubernetes_asyncio to 28.2.0 (diff) | |
Format code to new ruff formatter standards
Diffstat (limited to 'arthur/__main__.py')
| -rw-r--r-- | arthur/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/__main__.py b/arthur/__main__.py index bc09f09..d5cfffd 100644 --- a/arthur/__main__.py +++ b/arthur/__main__.py @@ -1,4 +1,5 @@ """Entrypoint for King Arthur.""" + import asyncio import aiohttp |