Skip to content

Commit 4fedc0a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 55aef93 commit 4fedc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/environments/identities/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def _get_all_feature_states_for_user_response(
310310
{
311311
"flags": all_feature_states,
312312
"traits": identity.identity_traits.all() if identity.id else [],
313-
"identifier": identity.identifier
313+
"identifier": identity.identifier,
314314
},
315315
context=self.get_serializer_context(),
316316
)

0 commit comments

Comments
 (0)