From a6ce118d6e4ade2bc01182b743f87c43a7ee8fa7 Mon Sep 17 00:00:00 2001 From: Austin Scola Date: Tue, 21 Jun 2022 08:46:54 -0400 Subject: Add stage type to all --- git/index/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/index/base.py') diff --git a/git/index/base.py b/git/index/base.py index 1c56a219..fb2088a7 100644 --- a/git/index/base.py +++ b/git/index/base.py @@ -89,7 +89,7 @@ Treeish = Union[Tree, Commit, str, bytes] # ------------------------------------------------------------------------------------ -__all__ = ("IndexFile", "CheckoutError") +__all__ = ("IndexFile", "CheckoutError", "StageType") class IndexFile(LazyMixin, git_diff.Diffable, Serializable): -- cgit v1.2.1