Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64aa6d7

Browse files
committed
Remove unneeded type annotations
1 parent 69ba449 commit 64aa6d7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lib/matplotlib/backends/registry.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ class BackendFilter(Enum):
77

88

99
class BackendRegistry:
10-
def __init__(self) -> None: ...
1110
def backend_for_gui_framework(self, interactive_framework: str) -> str | None: ...
1211
def list_builtin(self, filter_: BackendFilter | None) -> list[str]: ...
1312

lib/matplotlib/rcsetup.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ interactive_bk: list[str]
88
non_interactive_bk: list[str]
99
all_backends: list[str]
1010

11-
def __dir__() -> list[str]: ...
12-
1311
_T = TypeVar("_T")
1412

1513
def _listify_validator(s: Callable[[Any], _T]) -> Callable[[Any], list[_T]]: ...

0 commit comments

Comments
 (0)