fix warning

This commit is contained in:
jxxghp
2024-02-25 09:11:47 +08:00
parent 1dd9228d01
commit 7d76ee2e65
3 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,6 @@ from fastapi import APIRouter, BackgroundTasks, Request, Depends
from app import schemas
from app.chain.webhook import WebhookChain
from app.core.config import settings
from app.core.security import verify_uri_token
router = APIRouter()