Skip to content

Remove noop import

Mark Florian requested to merge remove-noop-import into master

What does this MR do and why?

Remove noop import

The imported bind_in_out.js simply exports a class, and has no side effects. Therefore, since this import statement didn't actually do anthing with that export, it serves no purpose and can be safely removed.

Screenshots or screen recordings

n/a

How to set up and validate locally

Is anything broken? Does the pipeline pass?

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Mark Florian

Merge request reports

Loading