Skip to content

Commit 5bd8530

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 102ec7d commit 5bd8530

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ipyparallel/controller/mongodb.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""A TaskRecord backend using mongodb"""
22

33
try:
4-
from pymongo import version
5-
from pymongo import MongoClient
4+
from pymongo import MongoClient, version
65
except ImportError:
76
from pymongo import Connection as MongoClient
87

0 commit comments

Comments
 (0)