Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jan 30, 2020
1 parent c3c2449 commit 74333a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optimade/server/entry_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@

if CONFIG.use_real_mongo:
from pymongo import MongoClient

client = MongoClient(CONFIG.mongo_uri)
else:
from mongomock import MongoClient

client = MongoClient()


Expand Down

0 comments on commit 74333a2

Please sign in to comment.