Fix code qa issues

This commit is contained in:
Sameer Kankute 2026-02-23 18:39:46 +05:30
parent c7aafdf794
commit a3c01b7259
2 changed files with 2 additions and 2 deletions

View File

@ -1367,7 +1367,7 @@ Model Info:
return False
async def send_alert(
async def send_alert( # noqa: PLR0913
self,
message: str,
level: Literal["Low", "Medium", "High"],

View File

@ -6,7 +6,7 @@ Endpoints here:
"""
import json
from typing import Any, Dict, List, Optional, Tuple
from typing import Any, Dict, List, Tuple
from fastapi import APIRouter, Depends, HTTPException