diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-11-16 18:17:20 +0200 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-11-16 18:17:20 +0200 |
| commit | 7a68270d6c78b81f577b433dc6351b26bc27b7cf (patch) | |
| tree | 12f0a4ff8748c723e8fa750720b32037a4debe90 /gitdb/test/performance | |
| parent | faed217d14965932b333c07219ed401a661d2651 (diff) | |
| download | gitdb-7a68270d6c78b81f577b433dc6351b26bc27b7cf.tar.gz | |
Upgrade Python syntax with pyupgrade --py37-plus
Diffstat (limited to 'gitdb/test/performance')
| -rw-r--r-- | gitdb/test/performance/test_pack.py | 1 | ||||
| -rw-r--r-- | gitdb/test/performance/test_pack_streaming.py | 1 | ||||
| -rw-r--r-- | gitdb/test/performance/test_stream.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/gitdb/test/performance/test_pack.py b/gitdb/test/performance/test_pack.py index 643186b..f034baf 100644 --- a/gitdb/test/performance/test_pack.py +++ b/gitdb/test/performance/test_pack.py @@ -3,7 +3,6 @@ # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php """Performance tests for object store""" -from __future__ import print_function from gitdb.test.performance.lib import ( TestBigRepoR diff --git a/gitdb/test/performance/test_pack_streaming.py b/gitdb/test/performance/test_pack_streaming.py index 5bf6790..db790f1 100644 --- a/gitdb/test/performance/test_pack_streaming.py +++ b/gitdb/test/performance/test_pack_streaming.py @@ -3,7 +3,6 @@ # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php """Specific test for pack streams only""" -from __future__ import print_function from gitdb.test.performance.lib import ( TestBigRepoR diff --git a/gitdb/test/performance/test_stream.py b/gitdb/test/performance/test_stream.py index 9a8b15b..91dc891 100644 --- a/gitdb/test/performance/test_stream.py +++ b/gitdb/test/performance/test_stream.py @@ -3,7 +3,6 @@ # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php """Performance data streaming performance""" -from __future__ import print_function from gitdb.test.performance.lib import TestBigRepoR from gitdb.db import LooseObjectDB |
