Fix the flake8 error caused by new flake8 version

This commit is contained in:
Eli Uriegas 2016-11-16 12:55:13 -06:00
parent ae3d33ad58
commit edb12da154

View File

@ -30,6 +30,7 @@ def _quote(str):
else:
return '"' + str.translate(_Translator) + '"'
_is_legal_key = re.compile('[%s]+' % re.escape(_LegalChars)).fullmatch
# ------------------------------------------------------------ #