summaryrefslogtreecommitdiff
path: root/git/objects/util.py
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-05-20 14:34:57 +0100
committerYobmod <yobmod@gmail.com>2021-05-20 14:34:57 +0100
commitc5c69071fd6c730d29c31759caddb0ba8b8e92c3 (patch)
tree848c2ae490e0a9addcd41b3b3afe7db0b8974904 /git/objects/util.py
parent82b03c2eb07f08dd5d6174a04e4288d41f49920f (diff)
downloadgitpython-c5c69071fd6c730d29c31759caddb0ba8b8e92c3.tar.gz
Mypy fixes
Diffstat (limited to 'git/objects/util.py')
-rw-r--r--git/objects/util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/git/objects/util.py b/git/objects/util.py
index b3073381..c123b02a 100644
--- a/git/objects/util.py
+++ b/git/objects/util.py
@@ -27,6 +27,8 @@ if TYPE_CHECKING:
from .tree import Tree
from subprocess import Popen
+# --------------------------------------------------------------------
+
__all__ = ('get_object_type_by_name', 'parse_date', 'parse_actor_and_date',
'ProcessStreamAdapter', 'Traversable', 'altz_to_utctz_str', 'utctz_to_altz',
'verify_utctz', 'Actor', 'tzoffset', 'utc')