Skip to content

Commit

Permalink
marshmallow: clean up migrated schema classes and update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Panero committed Oct 19, 2020
1 parent a84d1e9 commit 6d48739
Show file tree
Hide file tree
Showing 8 changed files with 313 additions and 747 deletions.
4 changes: 2 additions & 2 deletions invenio_rdm_records/marshmallow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

"""Schemas for marshmallow."""

from .json import BibliographicRecordSchemaV1, MetadataSchemaV1
# from .json import BibliographicRecordSchemaV1, MetadataSchemaV1

__all__ = ('BibliographicRecordSchemaV1', 'MetadataSchemaV1')
# __all__ = ('BibliographicRecordSchemaV1', 'MetadataSchemaV1')

0 comments on commit 6d48739

Please sign in to comment.