flake8 fixes

This commit is contained in:
Tomas Kopecek 2021-02-16 14:43:49 +01:00
parent 556f8a1fcd
commit 13f4023bf5
3 changed files with 7 additions and 5 deletions

View file

@ -49,7 +49,6 @@ import warnings
import weakref
import xml.sax
import xml.sax.handler
from contextlib import contextmanager
from fnmatch import fnmatch
import dateutil.parser
@ -1276,6 +1275,7 @@ def _open_text_file(path, mode='rt'):
return open(path, mode, encoding='utf-8')
# END kojikamid dup $
ENTITY_RE = re.compile(r'&[A-Za-z0-9]+;')