Add some white lines to make the code more compliant
This commit is contained in:
parent
9fa76c4c20
commit
0239ab3b6a
9 changed files with 21 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
from . import abstract
|
||||
|
||||
|
||||
class HarmlessParser(abstract.AbstractParser):
|
||||
""" This is the parser for filetypes that do not contain metadata. """
|
||||
mimetypes = {'application/xml', 'text/plain', 'application/rdf+xml'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue