Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 9, 2024
1 parent 623b354 commit 1b8d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipyparallel/tests/test_mongodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def mongo_conn(request):
conn_kwargs['port'] = int(os.environ['DB_PORT'])

try:
c = MongoClient(**conn_kwargs, serverSelectionTimeoutMS = 2000)
c = MongoClient(**conn_kwargs, serverSelectionTimeoutMS=2000)
servinfo = c.server_info()
except Exception:
c = None
Expand Down

0 comments on commit 1b8d62a

Please sign in to comment.