From eb058587c4d433b02df22c059bce2164a8440ac8 Mon Sep 17 00:00:00 2001 From: Ananas <ananas@ananas.moe> Date: Thu, 11 Jul 2024 23:23:23 +0200 Subject: [PATCH] chore: whitespace --- api/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/main.py b/api/main.py index cfd6b27..e9569c0 100644 --- a/api/main.py +++ b/api/main.py @@ -49,7 +49,7 @@ async def root(request: Request): tags = ["other"] ) async def info(): - """Returns repository information like image count and etc.""" + """Returns repository information like image count and etc.""" return { "version": __version__, "image_count": len(agac.images)