mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-05 06:26:58 +08:00
Bump flake8-pyi to 23.11.0 (#10997)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from collections.abc import Generator
|
||||
from collections.abc import Iterator
|
||||
from typing import Any
|
||||
|
||||
from matplotlib.axes import Axes
|
||||
@@ -15,5 +15,5 @@ class Subplots:
|
||||
figure_kws: dict[str, Any] | None = None,
|
||||
target: Axes | Figure | SubFigure | None = None,
|
||||
) -> Figure: ...
|
||||
def __iter__(self) -> Generator[dict[str, Any], None, None]: ...
|
||||
def __iter__(self) -> Iterator[dict[str, Any]]: ...
|
||||
def __len__(self) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user