mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Replace Any with Incomplete in many places (#9565)
This commit is contained in:
@@ -31,10 +31,10 @@ class StubImageFile(ImageFile):
|
||||
def load(self) -> None: ...
|
||||
|
||||
class Parser:
|
||||
incremental: Any | None
|
||||
image: Any | None
|
||||
data: Any | None
|
||||
decoder: Any | None
|
||||
incremental: Incomplete | None
|
||||
image: Incomplete | None
|
||||
data: Incomplete | None
|
||||
decoder: Incomplete | None
|
||||
offset: int
|
||||
finished: bool
|
||||
def reset(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user