Skip to content

Commit c1f9845

Browse files
committed
Remove tests for legal subscription expressions
1 parent 238766a commit c1f9845

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_docstrings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ def test_callable(self, doctype):
179179
"Callable[[...], int]",
180180
"Callable[[..., str], int]",
181181
"Callable[[float, str], int, byte]",
182-
"Callable[Ellipsis]",
183-
"Callable[Ellipsis, int]",
184182
],
185183
)
186184
def test_callable_error(self, doctype):

0 commit comments

Comments
 (0)