From: galsalomon66 Date: Mon, 17 Oct 2022 21:37:29 +0000 (+0300) Subject: remove comment X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F472%2Fhead;p=s3-tests.git remove comment Signed-off-by: galsalomon66 --- diff --git a/s3tests_boto3/functional/test_s3select.py b/s3tests_boto3/functional/test_s3select.py index bec1b481..85d7c395 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