mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-07 04:06:01 +00:00
Merge pull request #760 from plotski/lint/match_processors.strip
chore(lint): Silence pylint
This commit is contained in:
@@ -18,3 +18,4 @@ def strip(match, chars=seps):
|
||||
match.end -= 1
|
||||
if not match:
|
||||
return False
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user