flake8 fixes
This commit is contained in:
parent
556f8a1fcd
commit
13f4023bf5
3 changed files with 7 additions and 5 deletions
|
|
@ -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]+;')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue