Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-yokomoto committed Dec 14, 2023
1 parent 1faa63f commit a4dc79d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit a4dc79d

Please sign in to comment.