a
This commit is contained in:
parent
746c8ac25b
commit
8832b83ced
|
|
@ -9,6 +9,7 @@ from typing import Any, Dict, Optional, Tuple
|
|||
from fastapi import APIRouter, HTTPException, Header, Depends
|
||||
from pydantic import BaseModel
|
||||
import logging
|
||||
from api.auth_deps import require_system_admin
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user