diff options
Diffstat (limited to 'test/lib/ansible_test/_internal/git.py')
-rw-r--r-- | test/lib/ansible_test/_internal/git.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_internal/git.py b/test/lib/ansible_test/_internal/git.py index c1909f0830..4685f1d28c 100644 --- a/test/lib/ansible_test/_internal/git.py +++ b/test/lib/ansible_test/_internal/git.py @@ -12,6 +12,7 @@ from .util import ( class Git: """Wrapper around git command-line tools.""" + def __init__(self, root: t.Optional[str] = None) -> None: self.git = 'git' self.root = root |