Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Sep 24, 2019
1 parent f70f9fb commit 192ab65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pyarrow/tests/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,8 @@ def s3_bucket(request, minio_server):
botocore = pytest.importorskip('botocore')

address, access_key, secret_key = minio_server
s3 = boto3.resource('s3',
s3 = boto3.resource(
's3',
endpoint_url='http://{}'.format(address),
aws_access_key_id=access_key,
aws_secret_access_key=secret_key,
Expand Down

0 comments on commit 192ab65

Please sign in to comment.