From 600df043e76924d43a4f9f88f4e3241740f34c77 Mon Sep 17 00:00:00 2001 From: Yobmod Date: Mon, 19 Jul 2021 20:26:53 +0100 Subject: Rmv old py2.7 __future__ imports --- test/performance/test_streams.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/performance/test_streams.py') 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 -- cgit v1.2.1