Skip to content

Commit

Permalink
remove duplicate Callable import
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Nov 28, 2024
1 parent 2741b18 commit c41e7bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_pytest/unraisableexception.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import gc
import sys
import traceback
from typing import Callable
from typing import NamedTuple
from typing import TYPE_CHECKING
import warnings
Expand Down

0 comments on commit c41e7bd

Please sign in to comment.