Merge pull request #760 from plotski/lint/match_processors.strip

chore(lint): Silence pylint
This commit is contained in:
Rémi Alvergnat
2023-12-13 09:06:52 +01:00
committed by GitHub
+1
View File
@@ -18,3 +18,4 @@ def strip(match, chars=seps):
match.end -= 1
if not match:
return False
return None