summaryrefslogtreecommitdiff
path: root/gitdb/test/performance
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-16 18:17:20 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-16 18:17:20 +0200
commit7a68270d6c78b81f577b433dc6351b26bc27b7cf (patch)
tree12f0a4ff8748c723e8fa750720b32037a4debe90 /gitdb/test/performance
parentfaed217d14965932b333c07219ed401a661d2651 (diff)
downloadgitdb-7a68270d6c78b81f577b433dc6351b26bc27b7cf.tar.gz
Upgrade Python syntax with pyupgrade --py37-plus
Diffstat (limited to 'gitdb/test/performance')
-rw-r--r--gitdb/test/performance/test_pack.py1
-rw-r--r--gitdb/test/performance/test_pack_streaming.py1
-rw-r--r--gitdb/test/performance/test_stream.py1
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