diff --git a/tests/handlers/test_sync.py b/tests/handlers/test_sync.py index 0cbc9a8a21d..6b202dfbd53 100644 --- a/tests/handlers/test_sync.py +++ b/tests/handlers/test_sync.py @@ -17,9 +17,9 @@ # [This file includes modifications made by New Vector Limited] # # +from http import HTTPStatus from typing import Collection, ContextManager, List, Optional from unittest.mock import AsyncMock, Mock, patch -from http import HTTPStatus from parameterized import parameterized, parameterized_class