emmo-repo / EMMOntoPy

Library for representing and working with ontologies in Python
https://emmo-repo.github.io/EMMOntoPy
BSD 3-Clause "New" or "Revised" License
40 stars 9 forks source link

Added `yield from` #720

Closed jesper-friis closed 7 months ago

jesper-friis commented 7 months ago

Description

Made pylint happy by using yeild from instead of yielding in a for-loop.

Type of change

Checklist

This checklist can be used as a help for the reviewer.

Comments

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 71.82%. Comparing base (67288ea) to head (113733c).

Files Patch % Lines
ontopy/patch.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #720 +/- ## ========================================== - Coverage 71.85% 71.82% -0.04% ========================================== Files 16 16 Lines 3429 3425 -4 ========================================== - Hits 2464 2460 -4 Misses 965 965 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.