Skip to content

Commit baf91da

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent a75fdd1 commit baf91da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stubs/setuptools/setuptools/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class _DictLike(Protocol[_KT, _VT_co]):
6363
def get(self, key: _KT, /) -> _VT_co | None: ...
6464
@overload
6565
def get(self, key: _KT, default: _T, /) -> _VT_co | _T: ...
66+
6667
def items(self) -> ItemsView[_KT, _VT_co]: ...
6768
def keys(self) -> Iterable[_KT]: ...
6869
def __getitem__(self, key: _KT, /) -> _VT_co: ...

0 commit comments

Comments
 (0)