guessit-io / guessit

GuessIt is a python library that extracts as much information as possible from a video filename.
https://guessit-io.github.io/guessit
GNU Lesser General Public License v3.0
813 stars 92 forks source link

chore(lint): Silence pylint #760

Closed plotski closed 6 months ago

plotski commented 7 months ago

This fixes the following error:

************* Module guessit.rules.match_processors
guessit/rules/match_processors.py:7:0: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d931c05) 98.46% compared to head (6a7bb9f) 98.46%. Report is 1 commits behind head on develop.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #760 +/- ## ======================================== Coverage 98.46% 98.46% ======================================== Files 52 52 Lines 3448 3449 +1 ======================================== + Hits 3395 3396 +1 Misses 53 53 ```

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