inveniosoftware / invenio-circulation

Library circulation module for Invenio.
https://invenio-circulation.readthedocs.io
MIT License
0 stars 18 forks source link

backend: util functions should raise NotImplementedError() #90

Closed topless closed 5 years ago

topless commented 5 years ago

Instead of returning constant values the utils that are intended to be overridden by the overlays should return NotImplementedError instead of random values.