fix: add allow-direct-logging comment for debug check

Required by project logging rules to use logging.DEBUG constant
This commit is contained in:
skamenan7 2025-09-25 14:45:49 -04:00
parent 2510bd349e
commit 1e5780b8dc

View file

@ -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