Skip to content

Commit

Permalink
Fix metadata_provider import
Browse files Browse the repository at this point in the history
  • Loading branch information
vale95-eng committed Jun 17, 2024
1 parent 7d41050 commit f75e01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/app/oai_dcat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import metadata_provider as metadata_provider
# from . import metadata_provider as metadata_provider
from . import oai_server as oai_server
# from . import oai_utils as oai_utils
2 changes: 1 addition & 1 deletion api/app/oai_dcat/oai_server.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from oaipmh.server import ServerBase, oai_dc_writer
from oaipmh.metadata import MetadataRegistry, oai_dc_reader
import metadata_provider
from . import metadata_provider
from lxml.etree import fromstring, tostring
import logging

Expand Down

0 comments on commit f75e01c

Please sign in to comment.