senaite / senaite.jsonapi

RESTful JSON API for SENAITE
https://www.senaite.com
GNU General Public License v2.0
11 stars 20 forks source link

Fix implicit imports for controlpanel mappings #56

Closed ramonski closed 1 year ago

ramonski commented 1 year ago

Description of the issue/feature this PR addresses

This PR changes the imports of the senaite.jsonapi.api module to include explicit imports for controlpanel mappings

Current behavior before PR

Implicit imports were used

Desired behavior after PR is merged

Explicit imports are used

-- I confirm I have tested the PR thoroughly and coded it according to PEP8 standards.