Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dkphm committed Aug 29, 2024
1 parent f622d66 commit 117f07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/local/layers/layer_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"""

import logging
import threading
from pathlib import Path
from typing import List

import boto3
import threading
from botocore.exceptions import ClientError, NoCredentialsError

from samcli.commands.local.cli_common.user_exceptions import CredentialsRequired, ResourceNotFound
Expand Down

0 comments on commit 117f07e

Please sign in to comment.