aboutsummaryrefslogtreecommitdiff
path: root/tests/errors/formatting.test.py
diff options
context:
space:
mode:
authornatsuoto <[email protected]>2026-07-10 16:27:09 +0530
committernatsuoto <[email protected]>2026-07-10 16:27:09 +0530
commit329116d9ad0c64db3800ed17ea0530ad68f95d4b (patch)
treeae13a1029da843c44093471866deeb008e67d7a4 /tests/errors/formatting.test.py
parent0d029b2fe8426270b232e81778d2d9eff768ae13 (diff)
downloadedify-329116d9ad0c64db3800ed17ea0530ad68f95d4b.tar.xz
edify-329116d9ad0c64db3800ed17ea0530ad68f95d4b.zip
chore: apply ruff lint and format fixes
Diffstat (limited to 'tests/errors/formatting.test.py')
-rw-r--r--tests/errors/formatting.test.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/errors/formatting.test.py b/tests/errors/formatting.test.py
index 8cdf0ab..314aff1 100644
--- a/tests/errors/formatting.test.py
+++ b/tests/errors/formatting.test.py
@@ -114,9 +114,7 @@ def test_compose_annotated_message_when_caller_context_is_available():
def test_compose_annotated_message_falls_back_when_caller_context_is_none():
- with mock.patch(
- "edify.errors.formatting.capture_caller_context", return_value=None
- ):
+ with mock.patch("edify.errors.formatting.capture_caller_context", return_value=None):
output = compose_annotated_message(
summary="bad thing happened",
trigger_hint="here",