Skip to content

Commit 23e38ce

Browse files
authored
Sync typeshed (#13252)
Source commit: python/typeshed@5397d43 Remove use of LiteralString in builtins (#13093)
1 parent 9798fff commit 23e38ce

File tree

579 files changed

+1669
-27652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

579 files changed

+1669
-27652
lines changed

mypy/test/testpep561.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_pep561(testcase: DataDrivenTestCase) -> None:
114114

115115
steps = testcase.find_steps()
116116
if steps != [[]]:
117-
steps = [[]] + steps # type: ignore[operator,assignment]
117+
steps = [[]] + steps # type: ignore[assignment]
118118

119119
for i, operations in enumerate(steps):
120120
perform_file_operations(operations)

mypy/typeshed/stdlib/@python2/BaseHTTPServer.pyi

-41
This file was deleted.

mypy/typeshed/stdlib/@python2/CGIHTTPServer.pyi

-5
This file was deleted.

mypy/typeshed/stdlib/@python2/ConfigParser.pyi

-95
This file was deleted.

mypy/typeshed/stdlib/@python2/Cookie.pyi

-40
This file was deleted.

mypy/typeshed/stdlib/@python2/HTMLParser.pyi

-28
This file was deleted.

mypy/typeshed/stdlib/@python2/Queue.pyi

-29
This file was deleted.

mypy/typeshed/stdlib/@python2/SimpleHTTPServer.pyi

-14
This file was deleted.

mypy/typeshed/stdlib/@python2/SocketServer.pyi

-115
This file was deleted.

0 commit comments

Comments
 (0)