diff --git a/test/helpers.py b/test/helpers.py index 8ab8639e..38363734 100644 --- a/test/helpers.py +++ b/test/helpers.py @@ -10,12 +10,6 @@ def test_foo(): will raise an error if moto is not installed. This decorator is used to avoid this error. """ - - # try: - # from moto import mock_s3 - # return mock_s3(func) - # except ImportError: - # return func def wrapper(*args, **kwargs): from moto import mock_s3 with mock_s3():