Skip to content

Commit

Permalink
mypy boto3 skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Jan 29, 2024
1 parent 4b2b1d1 commit 18c5900
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
)

with LazyImport(message="Run 'pip install boto3'") as boto3_import:
import boto3
from botocore.client import BaseClient
import boto3 # type: ignore
from botocore.client import BaseClient # type: ignore


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 18c5900

Please sign in to comment.