Commit 8e747a234b55d0b0cf4ec854de5803c88aab1dd3
1 parent
1850891a
Make minor code fix.
Showing
1 changed file
with
1 additions
and
1 deletions
collector/terminology/eurovoc.py
@@ -3,8 +3,8 @@ import natsort | @@ -3,8 +3,8 @@ import natsort | ||
3 | from lxml import etree | 3 | from lxml import etree |
4 | 4 | ||
5 | from collector import settings | 5 | from collector import settings |
6 | +from terminology.labse import Labse | ||
6 | from terminology.models import EuroVocLabel, EuroVocTerm, Keyword2EuroVoc | 7 | from terminology.models import EuroVocLabel, EuroVocTerm, Keyword2EuroVoc |
7 | -from projects.marcell.utils import Labse | ||
8 | from storage.models import Metadata | 8 | from storage.models import Metadata |
9 | from terminology.eurobert import DomainsPredictor | 9 | from terminology.eurobert import DomainsPredictor |
10 | 10 |