Skip to content

Commit aec6d5f

Browse files
committed
Order of environment data.
1 parent 1b13184 commit aec6d5f

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,8 +39,8 @@ class EnvironmentMetadata:
3939
Metadata about the environment in which the SDK is running.
4040
"""
4141
sdk: SdkMetadata #: Information about the SDK
42-
application: Optional[ApplicationMetadata] = None #: Information about the application
4342
sdk_key: str #: The SDK key used to initialize the SDK
43+
application: Optional[ApplicationMetadata] = None #: Information about the application
4444

4545

4646
@dataclass

0 commit comments

Comments
 (0)