skip PLC0415
Signed-off-by: gruebel <anton.gruebel@gmail.com>
This commit is contained in:
parent
2a336c4afc
commit
6ccb5203ef
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue