test(api): fix linting errors
This commit is contained in:
parent
af4f8fe02d
commit
1f48e38411
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ from ._schema import Config
|
|||
LIBRETIME_LOG_FILEPATH = getenv("LIBRETIME_LOG_FILEPATH")
|
||||
LIBRETIME_CONFIG_FILEPATH = getenv("LIBRETIME_CONFIG_FILEPATH")
|
||||
|
||||
CONFIG = Config(LIBRETIME_CONFIG_FILEPATH)
|
||||
CONFIG = Config(LIBRETIME_CONFIG_FILEPATH) # type: ignore[arg-type, misc]
|
||||
|
||||
SECRET_KEY = CONFIG.general.api_key
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue