Skip to content

Commit

Permalink
- Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Dec 9, 2023
1 parent e176e27 commit a939371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from typing import (
Any, List,
Callable, Union, Optional, Literal,
Mapping, Sequence, Tuple, TypedDict
Mapping, Sequence, Tuple
)


Expand Down

0 comments on commit a939371

Please sign in to comment.