Skip to content

Commit

Permalink
remove unused tyoevar
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Feb 1, 2025
1 parent d332a78 commit e55b6dd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import math
from collections import defaultdict
from collections.abc import Sequence
from typing import TYPE_CHECKING, Callable, Optional, TypeVar, Union, cast
from typing import TYPE_CHECKING, Callable, Optional, Union, cast

import attr

Expand Down Expand Up @@ -58,7 +58,6 @@

from hypothesis.internal.conjecture.engine import ConjectureRunner

SortKeyT = TypeVar("SortKeyT", str, bytes)
ShrinkPredicateT: "TypeAlias" = Callable[[Union[ConjectureResult, _Overrun]], bool]


Expand Down

0 comments on commit e55b6dd

Please sign in to comment.