mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
fix: add allow-direct-logging comment for debug check
Required by project logging rules to use logging.DEBUG constant
This commit is contained in:
parent
2510bd349e
commit
1e5780b8dc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
# the root directory of this source tree.
|
# the root directory of this source tree.
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import logging
|
import logging # allow-direct-logging
|
||||||
import uuid
|
import uuid
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue