[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-04-08 21:03:28 +00:00
parent 090111b398
commit 0538e69018
5 changed files with 35 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ Routes:
- GET /patches/<tag:str>: Retrieve a list of patches for a given release tag.
"""
import os
from sanic import Blueprint, Request
from sanic.response import JSONResponse, json