Skip to content

Commit

Permalink
fix: black linter issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Sep 25, 2024
1 parent 35c0eef commit fb365f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dags/analyzer_helper/discourse/transform_raw_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ def create_data_entry(
{
"name": "reply",
"type": "emitter",
"users_engaged_id": [str(int(raw_data["replied_post_user_id"]))],
"users_engaged_id": [
str(int(raw_data["replied_post_user_id"]))
],
}
)
result["actions"] = [{"name": "message", "type": "emitter"}]
Expand Down

0 comments on commit fb365f5

Please sign in to comment.