Skip to content

Commit 8e72630

Browse files
committed
formatter
1 parent 98fcfce commit 8e72630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdks/python/apache_beam/io/mongodbio.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ def __init__(
265265
self.spec = extra_client_params
266266
self.bucket_auto = bucket_auto
267267
self.client = MongoClient(
268-
self.uri,
269-
**self.spec,
270-
driver=DriverInfo("Apache Beam", beam.__version__))
268+
self.uri,
269+
**self.spec,
270+
driver=DriverInfo("Apache Beam", beam.__version__))
271271

272272
def estimate_size(self):
273273
with MongoClient(self.uri, **self.spec) as client:

0 commit comments

Comments
 (0)