Skip to content

Commit

Permalink
refactor: reoder import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DerFlob committed Dec 10, 2023
1 parent 203f5e2 commit 0304b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/caldav/test_todo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""The tests for the webdav todo component."""
from datetime import date, datetime, UTC
from datetime import UTC, date, datetime
from typing import Any
from unittest.mock import MagicMock, Mock

Expand Down

0 comments on commit 0304b35

Please sign in to comment.