Skip to content

Commit 27d5060

Browse files
committed
fix formatting and test lints
1 parent 85b99ae commit 27d5060

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ddtrace/internal/openfeature/_provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def __init__(self, *args: typing.Any, initialization_timeout: typing.Optional[fl
129129
self._flag_eval_metrics = FlagEvalMetrics()
130130
self._flag_eval_hook = FlagEvalHook(self._flag_eval_metrics)
131131

132-
133132
def get_metadata(self) -> Metadata:
134133
"""Returns provider metadata."""
135134
return self._metadata

tests/openfeature/test_provider_status.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ def test_initialize_fast_path_when_config_exists(self):
252252

253253
def test_initialize_timeout_raises(self):
254254
"""initialize() should raise ProviderNotReadyError after timeout expires."""
255-
from openfeature.exception import ProviderNotReadyError
256-
257255
with override_global_config({"experimental_flagging_provider_enabled": True}):
258256
provider = DataDogProvider(initialization_timeout=0.5)
259257

0 commit comments

Comments
 (0)