Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-dell committed Sep 9, 2024
1 parent acd1f01 commit cf92ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awswrangler/redshift/_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def copy_from_files( # noqa: PLR0913
use_threads=use_threads,
boto3_session=boto3_session,
s3_additional_kwargs=s3_additional_kwargs,
data_format=data_format, # type: ignore[arg-type]
data_format=data_format,
redshift_column_types=redshift_column_types,
manifest=manifest,
)
Expand Down

0 comments on commit cf92ef2

Please sign in to comment.