Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Jan 30, 2024
1 parent 702e3e6 commit f7919eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/logs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import string

import boto3
from moto import mock_s3
from moto import mock_aws

Check notice

Code scanning / CodeQL

Unused import Note test

Import of 'mock_aws' is not used.
import pytest
import requests.exceptions
from rest_tools.utils.json_util import json_decode
Expand Down

0 comments on commit f7919eb

Please sign in to comment.