summaryrefslogtreecommitdiff
path: root/tests/testutils/repo/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils/repo/git.py')
-rw-r--r--tests/testutils/repo/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/repo/git.py b/tests/testutils/repo/git.py
index f4e300b53..0ed0590be 100644
--- a/tests/testutils/repo/git.py
+++ b/tests/testutils/repo/git.py
@@ -16,7 +16,7 @@ class Git(Repo):
self.submodules = {}
- super(Git, self).__init__(directory, subdir)
+ super().__init__(directory, subdir)
def _run_git(self, *args, **kwargs):
argv = [GIT]