From eb5af23b232c657baa46cc90d71bb26214cb875c Mon Sep 17 00:00:00 2001 From: Gabriel Schowe Date: Wed, 18 Sep 2024 23:56:02 +0200 Subject: [PATCH] Refractor --- pontos/github/api/packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pontos/github/api/packages.py b/pontos/github/api/packages.py index fdd191f8..32508105 100644 --- a/pontos/github/api/packages.py +++ b/pontos/github/api/packages.py @@ -133,7 +133,7 @@ async def package_versions( Returns: An async iterator yielding package versions - + Example: .. code-block:: python