Skip to content

Commit 1b8d62a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 623b354 commit 1b8d62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipyparallel/tests/test_mongodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def mongo_conn(request):
3131
conn_kwargs['port'] = int(os.environ['DB_PORT'])
3232

3333
try:
34-
c = MongoClient(**conn_kwargs, serverSelectionTimeoutMS = 2000)
34+
c = MongoClient(**conn_kwargs, serverSelectionTimeoutMS=2000)
3535
servinfo = c.server_info()
3636
except Exception:
3737
c = None

0 commit comments

Comments
 (0)