AIdeaText commited on
Commit
22a0901
1 Parent(s): d5968bb

Update modules/database/semantic_mongo_db.py

Browse files
modules/database/semantic_mongo_db.py CHANGED
@@ -11,7 +11,7 @@ import matplotlib.pyplot as plt
11
 
12
  # Importaciones locales
13
  from .mongo_db import (
14
- get_collections,
15
  insert_document,
16
  find_documents,
17
  update_document,
 
11
 
12
  # Importaciones locales
13
  from .mongo_db import (
14
+ get_collection,
15
  insert_document,
16
  find_documents,
17
  update_document,