We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a336c4 commit 6ccb520Copy full SHA for 6ccb520
openfeature/_event_support.py
@@ -61,7 +61,7 @@ def add_global_handler(event: ProviderEvent, handler: EventHandler) -> None:
61
with _global_lock:
62
_global_handlers[event].append(handler)
63
64
- from openfeature.api import get_client
+ from openfeature.api import get_client # noqa: PLC0415
65
66
_run_immediate_handler(get_client(), event, handler)
67
0 commit comments