Changed amarillo.app to amarillo
This commit is contained in:
parent
72c7838a25
commit
4fd3b93309
|
|
@ -15,7 +15,7 @@ from fastapi import Depends, HTTPException, FastAPI
|
|||
from fastapi.security import HTTPBasic, HTTPBasicCredentials
|
||||
from fastapi.responses import PlainTextResponse
|
||||
|
||||
from amarillo.app.services.secrets import secrets
|
||||
from amarillo.services.secrets import secrets
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Reference in a new issue