diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-07-20 07:04:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-20 07:04:18 +0800 |
| commit | cfd653aeeb3cb807f2cd2ae9fff5568880ac67da (patch) | |
| tree | 8514389e82efdcdcdeaab5d3a85553883f28117c /test/performance | |
| parent | acbd6bad9ded9a1d59e80e71d334d64b0244f5cd (diff) | |
| parent | 600df043e76924d43a4f9f88f4e3241740f34c77 (diff) | |
| download | gitpython-cfd653aeeb3cb807f2cd2ae9fff5568880ac67da.tar.gz | |
Merge pull request #1295 from Yobmod/main
Add types to refs
Diffstat (limited to 'test/performance')
| -rw-r--r-- | test/performance/test_commit.py | 1 | ||||
| -rw-r--r-- | test/performance/test_odb.py | 2 | ||||
| -rw-r--r-- | test/performance/test_streams.py | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/test/performance/test_commit.py b/test/performance/test_commit.py index 4617b052..8158a1e6 100644 --- a/test/performance/test_commit.py +++ b/test/performance/test_commit.py @@ -3,7 +3,6 @@ # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -from __future__ import print_function from io import BytesIO from time import time import sys diff --git a/test/performance/test_odb.py b/test/performance/test_odb.py index 8bd614f2..c9521c56 100644 --- a/test/performance/test_odb.py +++ b/test/performance/test_odb.py @@ -1,6 +1,4 @@ """Performance tests for object store""" -from __future__ import print_function - import sys from time import time diff --git a/test/performance/test_streams.py b/test/performance/test_streams.py index edf32c91..28e6b13e 100644 --- a/test/performance/test_streams.py +++ b/test/performance/test_streams.py @@ -1,6 +1,4 @@ """Performance data streaming performance""" -from __future__ import print_function - import os import subprocess import sys |
