Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba4d9b commit 07bfe1aCopy full SHA for 07bfe1a
git/objects/submodule/util.py
@@ -65,7 +65,7 @@ def set_submodule(self, submodule):
65
the first write operation begins"""
66
self._smref = weakref.ref(submodule)
67
68
- def flush_to_index(self):
+ def flush_to_index(self) -> None:
69
"""Flush changes in our configuration file to the index"""
70
assert self._smref is not None
71
# should always have a file here
0 commit comments