We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f8cbe commit 3c9832fCopy full SHA for 3c9832f
flagsmith/flagsmith.py
@@ -292,8 +292,8 @@ def update_environment(self) -> None:
292
def _get_headers(
293
self,
294
environment_key: str,
295
- application_metadata: ApplicationMetadata,
296
- custom_headers: typing.Optional[typing.Dict[str, typing.Any]] = None,
+ application_metadata: typing.Optional[ApplicationMetadata],
+ custom_headers: typing.Optional[typing.Dict[str, typing.Any]],
297
) -> typing.Dict[str, str]:
298
headers = {
299
"X-Environment-Key": environment_key,
0 commit comments