Fix code qa issues
This commit is contained in:
parent
c7aafdf794
commit
a3c01b7259
@ -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"],
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user