Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
orian committed Mar 4, 2025
1 parent 649024f commit 5188b7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posthog/clickhouse/client/test/test_limit.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def test_exception(self):
with self.limit.run(is_api=True, team_id=9, task_id=17):
result += 2
raise Exception()
result += 4

with self.limit.run(is_api=True, team_id=9, task_id=17):
result += 8
Expand Down

0 comments on commit 5188b7d

Please sign in to comment.