We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fcfce commit 8e72630Copy full SHA for 8e72630
sdks/python/apache_beam/io/mongodbio.py
@@ -265,9 +265,9 @@ def __init__(
265
self.spec = extra_client_params
266
self.bucket_auto = bucket_auto
267
self.client = MongoClient(
268
- self.uri,
269
- **self.spec,
270
- driver=DriverInfo("Apache Beam", beam.__version__))
+ self.uri,
+ **self.spec,
+ driver=DriverInfo("Apache Beam", beam.__version__))
271
272
def estimate_size(self):
273
with MongoClient(self.uri, **self.spec) as client:
0 commit comments