Skip to content

Commit 4c78904

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent b0d65d5 commit 4c78904

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/@tests/test_cases/builtins/check_bool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing_extensions import Literal, assert_type
22

3-
43
assert_type(bool(), Literal[False])
54
assert_type(bool(False), Literal[False])
65
assert_type(bool(True), Literal[True])

0 commit comments

Comments
 (0)