From a4dc79d54ab589e0a302d02408332983a763163c Mon Sep 17 00:00:00 2001 From: daisuke-yokomoto Date: Fri, 15 Dec 2023 03:41:15 +0900 Subject: [PATCH] clean --- test/helpers.py | 6 ------ 1 file changed, 6 deletions(-) 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():