diff options
| author | 2023-11-09 17:26:42 +0000 | |
|---|---|---|
| committer | 2023-11-09 17:26:42 +0000 | |
| commit | bdd52fb7ac948002cbbd4b9b1a97f9750e715e39 (patch) | |
| tree | b3b51038c279390c44eb81a4612f8a29d01e4631 /arthur/exts/kubernetes/certificates.py | |
| parent | Bump kubernetes_asyncio to 28.2.0 (diff) | |
Format code to new ruff formatter standards
Diffstat (limited to '')
| -rw-r--r-- | arthur/exts/kubernetes/certificates.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/exts/kubernetes/certificates.py b/arthur/exts/kubernetes/certificates.py index a031076..a1306c9 100644 --- a/arthur/exts/kubernetes/certificates.py +++ b/arthur/exts/kubernetes/certificates.py @@ -1,4 +1,5 @@ """The Certificates cog helps with managing TLS certificates.""" + from textwrap import dedent from discord.ext import commands |