Skip to content

Commit 7f5f27e

Browse files
committed
[portage] config: remove non-existent method
1 parent f9ea290 commit 7f5f27e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stubs/portage/portage/package/ebuild/config.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ class config:
2121
def __delitem__(self, key: str) -> None: ...
2222
def __iter__(self) -> str: ...
2323
def get(self, k: str, x: Any = ...) -> Any: ...
24-
def __len__(self) -> int: ...

0 commit comments

Comments
 (0)