Skip to content

Commit

Permalink
fix order of annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Aug 8, 2024
1 parent 0047360 commit 9710793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awswrangler/s3/_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ def _select_query(
)


@Deprecated
@_utils.validate_distributed_kwargs(
unsupported_kwargs=["boto3_session"],
)
@Deprecated
def select_query(
sql: str,
path: str | list[str],
Expand Down

0 comments on commit 9710793

Please sign in to comment.