Skip to content

Commit 1e4fadb

Browse files
committed
SDK Key optional.
1 parent aec6d5f commit 1e4fadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldclient/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class EnvironmentMetadata:
3939
Metadata about the environment in which the SDK is running.
4040
"""
4141
sdk: SdkMetadata #: Information about the SDK
42-
sdk_key: str #: The SDK key used to initialize the SDK
42+
sdk_key: Optional[str] = None #: The SDK key used to initialize the SDK
4343
application: Optional[ApplicationMetadata] = None #: Information about the application
4444

4545

0 commit comments

Comments
 (0)