Closed tomasr8 closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.27%. Comparing base (
313277a
) to head (f80a8bc
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since python 3.7,
dict
preserves insertion order. I think we can safely replaceOrderedDict
withdict
.