From a4b45c98d4c569ed6416b879ae4995ea065f82a2 Mon Sep 17 00:00:00 2001
From: Carlos Vega <carlos.vega@uni.lu>
Date: Tue, 19 Nov 2019 15:00:54 +0100
Subject: [PATCH] fix import

---
 biokb/biokb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biokb/biokb.py b/biokb/biokb.py
index 6efbc01..d04881f 100644
--- a/biokb/biokb.py
+++ b/biokb/biokb.py
@@ -1,5 +1,5 @@
 from typing import List
-from .utils import uri_to_entity_code, standarise_underscored_entity_code
+from utils import uri_to_entity_code, standarise_underscored_entity_code
 from interface.TextMiningService import TextMiningService
 from models.publication import Publication
 from models.coocurrence import CoOccurrence
-- 
GitLab