mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 08:17:07 +08:00
Bump mypy to 0.981 (#8796)
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
# Misnamed first argument in implementation
|
||||
html5lib._inputstream.EncodingBytes.__new__
|
||||
html5lib._tokenizer.attributeMap.get
|
||||
@@ -72,7 +72,7 @@ class HTMLBinaryInputStream(HTMLUnicodeInputStream):
|
||||
def detectEncodingMeta(self): ...
|
||||
|
||||
class EncodingBytes(bytes):
|
||||
def __new__(cls, value): ...
|
||||
def __new__(self, value): ...
|
||||
def __init__(self, value) -> None: ...
|
||||
def __iter__(self): ...
|
||||
def __next__(self): ...
|
||||
|
||||
Reference in New Issue
Block a user