Skip to content

Fix integer division. See PEP 238 and how the // operator is available to…

Samuel Debionne requested to merge fix-bpm-python3 into 1-bpm-device

Fix integer division. See PEP 238 and how the // operator is available to request floor division unambiguously.

Merge request reports