Skip to content

Commit

Permalink
Fix utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
vale95-eng committed Jun 17, 2024
1 parent 0ba23eb commit e09dffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/oai_dcat/metadata_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from lxml.etree import Element
import main
import json
from utils import convert_to_dcat_ap
from oai_utils import convert_to_dcat_ap
import logging

import exceptions as exc
Expand Down

0 comments on commit e09dffe

Please sign in to comment.