Skip to content

Commit

Permalink
fix: pyright error
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 27, 2024
1 parent f14d17f commit 1455c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from timeout_executor.serde.main import PicklerType

if sys.version_info < (3, 11):
from exceptiongroup import ExceptionGroup
from exceptiongroup import ExceptionGroup # type: ignore

TEST_SIZE = 3

Expand Down

0 comments on commit 1455c28

Please sign in to comment.