From 4023801ff98ee095dd28aad7ab040750a01fc6c0 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 24 Oct 2023 23:21:53 -0700 Subject: [PATCH] Deduplicate `ensure_s3_initialized()` call --- python/pyarrow/_s3fs.pyx | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/pyarrow/_s3fs.pyx b/python/pyarrow/_s3fs.pyx index f7f2a5f8088..13b8c748cb8 100644 --- a/python/pyarrow/_s3fs.pyx +++ b/python/pyarrow/_s3fs.pyx @@ -269,8 +269,6 @@ cdef class S3FileSystem(FileSystem): load_frequency=900, proxy_options=None, allow_bucket_creation=False, allow_bucket_deletion=False, retry_strategy: S3RetryStrategy = AwsStandardS3RetryStrategy(max_attempts=3)): - ensure_s3_initialized() - cdef: optional[CS3Options] options shared_ptr[CS3FileSystem] wrapped