From 545f22ddf342fbc6f5e1dffc8975fcdf48fec98c Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 17 Jan 2025 19:20:13 -0600 Subject: [PATCH] Fix lints --- tests/handlers/test_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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