MaRDI4NFDI / python-zbMathRest2Oai

Read data from the zbMATH Open API https://api.zbmath.org/docs and feed it to the OAI-PMH server https://oai.portal.mardi4nfdi.de/oai/
GNU General Public License v3.0
4 stars 0 forks source link

refactor: use literal syntax instead of function calls to create data structure #78

Closed deepsource-autofix[bot] closed 4 months ago

deepsource-autofix[bot] commented 4 months ago

Using the literal syntax can give minor performance bumps compared to using function calls to create dict, list and tuple.