Skip to content
Snippets Groups Projects
Commit 64da1434 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Run pylint checker on plugin_dbui/filters.py

parent 3a329918
No related branches found
No related tags found
2 merge requests!15Release 0.7.3,!1014 pylint jslint
......@@ -3,8 +3,10 @@
"""
import re
REG_COMMA = re.compile(r'( *, *)+$')
def CLEAN_COMMA(value):
"""Remove trailing comma(s).
Search patterns are: ',' or ', ' or ' ,, ' ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment