Skip to content

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
r3tr0ananas committed Jul 11, 2024
1 parent f8c5a3a commit eb05858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb05858

Please sign in to comment.