fixed relative import paths
This commit is contained in:
@@ -6,8 +6,8 @@ import logging
|
||||
|
||||
from pymongo.collection import Collection
|
||||
|
||||
from shared.mongodb.classes import VisualCommunication
|
||||
from shared.mongodb.exceptions import NoDocumentFoundException
|
||||
from shared.mongodb.src.classes import VisualCommunication
|
||||
from shared.mongodb.src.exceptions import NoDocumentFoundException
|
||||
|
||||
|
||||
def get_visual_communication(
|
||||
|
||||
Reference in New Issue
Block a user