Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion git/repo/base.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -520,7 +520,7 @@ def iter_submodules(self, *args: Any, **kwargs: Any) -> Iterator[Submodule]:
"""
returnRootModule(self).traverse(*args, **kwargs)

defsubmodule_update(self, *args: Any, **kwargs: Any) ->Iterator[Submodule]:
defsubmodule_update(self, *args: Any, **kwargs: Any) ->RootModule:
"""Update the submodules, keeping the repository consistent as it will
take the previous state into consideration.
Expand Down
Loading