Skip to content

Commit 904294e

Browse files
Remove unused Type import
Use modern type[Exception] annotation instead of deprecated typing.Type.
1 parent df6e820 commit 904294e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/server/test_lowlevel_exception_handling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from typing import Type
21
from unittest.mock import AsyncMock, Mock
32

43
import pytest

0 commit comments

Comments
 (0)