Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Feb 8, 2024
1 parent 6fe0f10 commit f9946a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/test_management_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def create_record(self, id, timestamp):
session_id_value={},
response_type=FlowResponse.Type.STRING,
response_value={},
response_metadata={}
response_metadata={},
)
record.timestamp = timestamp
record.save()
Expand Down

0 comments on commit f9946a7

Please sign in to comment.