diff --git a/github/InputGitTreeElement.pyi b/github/InputGitTreeElement.pyi index 2315a2c3..ad621e23 100644 --- a/github/InputGitTreeElement.pyi +++ b/github/InputGitTreeElement.pyi @@ -9,7 +9,7 @@ class InputGitTreeElement: mode: str, type: str, content: Union[str, _NotSetType] = ..., - sha: Union[str, _NotSetType] = ..., + sha: Union[str, _NotSetType, None] = ..., ) -> None: ... @property def _identity(self) -> Dict[str, str]: ...