summaryrefslogtreecommitdiff
path: root/git/objects/submodule/base.py
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-06-24 17:09:51 +0100
committerYobmod <yobmod@gmail.com>2021-06-24 17:09:51 +0100
commitd9f9027779931c3cdb04d570df5f01596539791b (patch)
treed1bec33c88c6bf49c8e810976cda6bf5ff4a1fdb /git/objects/submodule/base.py
parent4f5d2fd68e784c2b2fd914a196c66960c7f48b49 (diff)
downloadgitpython-d9f9027779931c3cdb04d570df5f01596539791b.tar.gz
update some TBDs to configparser
Diffstat (limited to 'git/objects/submodule/base.py')
-rw-r--r--git/objects/submodule/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/objects/submodule/base.py b/git/objects/submodule/base.py
index ce0f944e..cbf6cd0d 100644
--- a/git/objects/submodule/base.py
+++ b/git/objects/submodule/base.py
@@ -1158,7 +1158,7 @@ class Submodule(IndexObject, IterableObj, Traversable):
"""
return self._name
- def config_reader(self):
+ def config_reader(self) -> SectionConstraint:
"""
:return: ConfigReader instance which allows you to qurey the configuration values
of this submodule, as provided by the .gitmodules file