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 a4737b1 commit af2e4a8Copy full SHA for af2e4a8
ldclient/client.py
@@ -281,7 +281,7 @@ def __start_up(self, start_wait: float):
281
else:
282
log.warning("Initialization timeout exceeded for LaunchDarkly Client or an error occurred. " "Feature Flags may not yet be available.")
283
284
- def __get_environment_metadata(self):
+ def __get_environment_metadata(self) -> EnvironmentMetadata:
285
sdk_metadata = SdkMetadata(
286
name="python-server-sdk",
287
version=VERSION,
0 commit comments