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 | 3 | from lxml import etree |
4 | 4 | |
5 | 5 | from collector import settings |
6 | +from terminology.labse import Labse | |
6 | 7 | from terminology.models import EuroVocLabel, EuroVocTerm, Keyword2EuroVoc |
7 | -from projects.marcell.utils import Labse | |
8 | 8 | from storage.models import Metadata |
9 | 9 | from terminology.eurobert import DomainsPredictor |
10 | 10 | |
... | ... |