Skip to content
Snippets Groups Projects
Commit 1ab11923 authored by nagem's avatar nagem
Browse files

Remove json import

parent 43392750
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ import logging
import pymongo
import datetime
import elasticsearch
import json
logging.basicConfig(
......@@ -164,7 +163,6 @@ def create_or_recreate_ttl_index(coll_name, index_name, ttl):
def initialize_db():
log.info('Initializing database, creating indexes')
# TODO jobs indexes
# TODO review all indexes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment