Skip to content

Commit

Permalink
Remove unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed May 6, 2024
1 parent 38fae33 commit 1e07451
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyathena/filesystem/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ def _ls_buckets(self, refresh: bool = False) -> List[S3Object]:
self._client.list_buckets,
)
except botocore.exceptions.ClientError as e:
# if e.response["Error"]["Code"] in ["AccessDenied", "403"]:
# return []
raise
buckets = [
S3Object(
Expand Down

0 comments on commit 1e07451

Please sign in to comment.