Fix import path
This commit is contained in:
parent
9ae0102a7f
commit
8ad68fdeaa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from fastapi import APIRouter, Depends
|
|||
from fastapi.security.api_key import APIKey
|
||||
|
||||
import subprocess
|
||||
from security import get_system_key
|
||||
from .security import get_system_key
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
|
Loading…
Reference in a new issue