Skip to content

Commit 21df4bf

Browse files
committed
style: add missing blank lines before TestResolveProperties class
1 parent f2aad98 commit 21df4bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_caldav_unit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,6 +2809,8 @@ def test_get_method_retries(self, mocked):
28092809
response = client.request("/", "GET")
28102810
assert response.status == 207
28112811
assert mocked.call_count == 2
2812+
2813+
28122814
class TestResolveProperties:
28132815
"""Tests for _resolve_properties unbound variable bug (issue #647 / calendar-cli #114)."""
28142816

0 commit comments

Comments
 (0)