Skip to content

Commit 0aef37e

Browse files
committed
Remove unused credential types.
1 parent af2e4a8 commit 0aef37e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ldclient/plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ class EnvironmentMetadata:
3333
sdk: SdkMetadata #: Information about the SDK
3434
application: Optional[ApplicationMetadata] = None #: Information about the application
3535
sdk_key: Optional[str] = None #: The SDK key used to initialize the SDK
36-
mobile_key: Optional[str] = None #: The mobile key used to initialize the SDK
37-
client_side_id: Optional[str] = None #: The client-side ID used to initialize the SDK
3836

3937

4038
@dataclass

0 commit comments

Comments
 (0)