Skip to content

Commit 6ccb520

Browse files
committed
skip PLC0415
Signed-off-by: gruebel <[email protected]>
1 parent 2a336c4 commit 6ccb520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfeature/_event_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def add_global_handler(event: ProviderEvent, handler: EventHandler) -> None:
6161
with _global_lock:
6262
_global_handlers[event].append(handler)
6363

64-
from openfeature.api import get_client
64+
from openfeature.api import get_client # noqa: PLC0415
6565

6666
_run_immediate_handler(get_client(), event, handler)
6767

0 commit comments

Comments
 (0)