Skip to content

Commit a35a8e7

Browse files
tobixenclaude
andcommitted
style: apply ruff-format to test_caldav_unit.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d75d3c1 commit a35a8e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_caldav_unit.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2734,5 +2734,7 @@ def test_resolve_properties_unmatched_paths_production_mode(self):
27342734
"""Same but with a non-empty properties dict where path does not match."""
27352735
cal = self._make_calendar("/calendar/")
27362736
with mock.patch.object(error, "debugmode", "PRODUCTION"):
2737-
result = cal._resolve_properties({"/other/path/": {"foo": "bar"}, "/yet/another/": {"baz": "qux"}})
2737+
result = cal._resolve_properties(
2738+
{"/other/path/": {"foo": "bar"}, "/yet/another/": {"baz": "qux"}}
2739+
)
27382740
assert result == {}

0 commit comments

Comments
 (0)