From def95c2968612353877ee8503d84cfbe4f120c25 Mon Sep 17 00:00:00 2001 From: galsalomon66 Date: Tue, 18 Oct 2022 00:37:29 +0300 Subject: [PATCH] remove comment Signed-off-by: galsalomon66 (cherry picked from commit 60b26f210e0114b60a54426a3db3087c668de676) --- s3tests_boto3/functional/test_s3select.py | 1 - 1 file changed, 1 deletion(-) diff --git a/s3tests_boto3/functional/test_s3select.py b/s3tests_boto3/functional/test_s3select.py index bec1b48..85d7c39 100644 --- a/s3tests_boto3/functional/test_s3select.py +++ b/s3tests_boto3/functional/test_s3select.py @@ -15,7 +15,6 @@ from . import ( import logging logging.basicConfig(level=logging.INFO) -#TODO the following resolve an issue with python version (should be conditional) import collections collections.Callable = collections.abc.Callable