Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion mypy/test/testpep561.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_pep561(testcase: DataDrivenTestCase) -> None:

steps = testcase.find_steps()
if steps != [[]]:
steps = [[]] + steps # type: ignore[operator,assignment]
steps = [[]] + steps # type: ignore[assignment]

for i, operations in enumerate(steps):
perform_file_operations(operations)
Expand Down
41 changes: 0 additions & 41 deletions mypy/typeshed/stdlib/@python2/BaseHTTPServer.pyi

This file was deleted.

5 changes: 0 additions & 5 deletions mypy/typeshed/stdlib/@python2/CGIHTTPServer.pyi

This file was deleted.

95 changes: 0 additions & 95 deletions mypy/typeshed/stdlib/@python2/ConfigParser.pyi

This file was deleted.

40 changes: 0 additions & 40 deletions mypy/typeshed/stdlib/@python2/Cookie.pyi

This file was deleted.

28 changes: 0 additions & 28 deletions mypy/typeshed/stdlib/@python2/HTMLParser.pyi

This file was deleted.

29 changes: 0 additions & 29 deletions mypy/typeshed/stdlib/@python2/Queue.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions mypy/typeshed/stdlib/@python2/SimpleHTTPServer.pyi

This file was deleted.

115 changes: 0 additions & 115 deletions mypy/typeshed/stdlib/@python2/SocketServer.pyi

This file was deleted.

Loading