Skip to content

Commit 0d478c8

Browse files
authored
Update tests/test_find_util.py
Signed-off-by: Paillat <[email protected]>
1 parent 9e94e4c commit 0d478c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_find_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def equals_30(x: int) -> TypeIs[Literal[30]]:
6262
return x == 30
6363

6464

65-
def is_none_pred(x: object) -> bool:
65+
def is_none_pred(x: object) -> TypeIs[Literal[None]]:
6666
return x is None
6767

6868

0 commit comments

Comments
 (0)