Fix flake8

This commit is contained in:
Channel Cat 2016-11-19 18:04:35 -08:00
parent a97e554f8f
commit 3ce6434532

View File

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