Skip to content

Commit

Permalink
fix: code cleaning with black!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jul 16, 2024
1 parent 498ed91 commit e0fc425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def test_heatmaps_single_day_from_start(self):
# resources doesn't match the raw data resources
self.assertEqual(len(analytics), 0)


def test_heatmaps_analytics_pre_filled(self):
platform_id = self.heatmaps.platform_id
day = (datetime.now() - timedelta(days=1)).replace(hour=0, minute=0, second=0)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_heatmaps_thread_msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_thread_messages():
"metadata": {
"channel_id": chId,
"thread_id": chId + "THREAD",
"bot_activity": False
"bot_activity": False,
},
}
prepared_rawmemberactivities.append(prepared_rawdata)
Expand Down

0 comments on commit e0fc425

Please sign in to comment.