Skip to content

Commit

Permalink
Hotfix mypy error in integration (optuna#5232)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Feb 7, 2024
1 parent fc32e4b commit a8aa5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/artifacts_tests/test_boto3.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

try:
# TODO(nabenabe0928): Replace it with `from moto import mock_aws` after dropping Python3.7.
from moto import mock_aws # type: ignore[attr-defined]
from moto import mock_aws
except ImportError:
from moto import mock_s3 as mock_aws # type: ignore[attr-defined,no-redef]

Expand Down

0 comments on commit a8aa5c1

Please sign in to comment.