From 81ceae95f0811701c2a2b55e9a41481cad4b6a97 Mon Sep 17 00:00:00 2001 From: Kyrylo Shatskyy Date: Fri, 20 Dec 2024 01:00:07 +0100 Subject: [PATCH] teuthology: drop __future__ import for print We don't need to support backward compatibility with python 2. Signed-off-by: Kyrylo Shatskyy --- teuthology/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teuthology/__init__.py b/teuthology/__init__.py index 7cb5bf03b..0142d44cb 100644 --- a/teuthology/__init__.py +++ b/teuthology/__init__.py @@ -1,4 +1,3 @@ -from __future__ import print_function import os, sys try: import importlib.metadata as importlib_metadata