Skip to content

Commit 1f44e8b

Browse files
style: Remove unused import
1 parent 5f8c5d6 commit 1f44e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/thread/_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Documentation: https://thread.ngjx.org/docs/v1.0.0
55
"""
66

7-
from typing import Any, Literal, Callable, Union, Sized, Sequence
7+
from typing import Any, Literal, Callable, Union, Sized
88
from typing_extensions import (
99
ParamSpec,
1010
TypeVar,

0 commit comments

Comments
 (0)