Fix the flake8 error caused by new flake8 version
This commit is contained in:
parent
ae3d33ad58
commit
edb12da154
@ -30,6 +30,7 @@ def _quote(str):
|
|||||||
else:
|
else:
|
||||||
return '"' + str.translate(_Translator) + '"'
|
return '"' + str.translate(_Translator) + '"'
|
||||||
|
|
||||||
|
|
||||||
_is_legal_key = re.compile('[%s]+' % re.escape(_LegalChars)).fullmatch
|
_is_legal_key = re.compile('[%s]+' % re.escape(_LegalChars)).fullmatch
|
||||||
|
|
||||||
# ------------------------------------------------------------ #
|
# ------------------------------------------------------------ #
|
||||||
|
Loading…
x
Reference in New Issue
Block a user