Skip to content

Commit 2c0eb06

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7bd7f96 commit 2c0eb06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_mongo_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ class MongoClient:
3838
def __init__(self, *args, **kwargs):
3939
"""Initialize the mock MongoClient."""
4040
raise ImportError("pymongo is not installed!")
41+
42+
4143
try:
4244
from pymongo_inmemory import MongoClient as InMemoryMongoClient
4345
except (ImportError, ModuleNotFoundError):

0 commit comments

Comments
 (0)