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