skip PLC0415

Signed-off-by: gruebel <anton.gruebel@gmail.com>
This commit is contained in:
gruebel 2025-06-19 19:31:34 +02:00
parent 2a336c4afc
commit 6ccb5203ef
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def add_global_handler(event: ProviderEvent, handler: EventHandler) -> None:
with _global_lock:
_global_handlers[event].append(handler)
from openfeature.api import get_client
from openfeature.api import get_client # noqa: PLC0415
_run_immediate_handler(get_client(), event, handler)