Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
MadLittleMods committed Jan 18, 2025
1 parent 074483d commit 545f22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlers/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 545f22d

Please sign in to comment.