Skip to content

Commit

Permalink
Fix imports in onto_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rsgoncalves committed Jan 2, 2024
1 parent f95db93 commit dc50496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text2term/onto_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import text2term
import owlready2
import pandas as pd
from .term import OntologyTermType
from .mapper import Mapper
from text2term.term import OntologyTermType
from text2term.mapper import Mapper
from shutil import rmtree

CACHE_FOLDER = "cache"
Expand Down

0 comments on commit dc50496

Please sign in to comment.