Closed ramonski closed 1 year ago
This PR changes the imports of the senaite.jsonapi.api module to include explicit imports for controlpanel mappings
senaite.jsonapi.api
Implicit imports were used
Explicit imports are used
-- I confirm I have tested the PR thoroughly and coded it according to PEP8 standards.
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 mappingsCurrent 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.