Skip to content

Commit

Permalink
Sync typeshed (#13252)
Browse files Browse the repository at this point in the history
Source commit:
python/typeshed@5397d43

Remove use of LiteralString in builtins (#13093)
  • Loading branch information
ilevkivskyi authored Jul 28, 2022
1 parent 9798fff commit 23e38ce
Show file tree
Hide file tree
Showing 579 changed files with 1,669 additions and 27,652 deletions.
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

0 comments on commit 23e38ce

Please sign in to comment.