diff options
| author | jvoisin | 2018-04-04 23:21:48 +0200 |
|---|---|---|
| committer | jvoisin | 2018-04-04 23:21:48 +0200 |
| commit | 0239ab3b6a6ae38dbf5ba439f91f0cee498711a9 (patch) | |
| tree | 19159991a5fe0d504ebbd2396800a9a1fda38a09 /src/harmless.py | |
| parent | 9fa76c4c2038a776cc94af5d9f307bbaad52083c (diff) | |
Add some white lines to make the code more compliant
Diffstat (limited to 'src/harmless.py')
| -rw-r--r-- | src/harmless.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/harmless.py b/src/harmless.py index 235dabe..9e7c1b4 100644 --- a/src/harmless.py +++ b/src/harmless.py | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | from . import abstract | 1 | from . import abstract |
| 2 | 2 | ||
| 3 | |||
| 3 | class HarmlessParser(abstract.AbstractParser): | 4 | class HarmlessParser(abstract.AbstractParser): |
| 4 | """ This is the parser for filetypes that do not contain metadata. """ | 5 | """ This is the parser for filetypes that do not contain metadata. """ |
| 5 | mimetypes = {'application/xml', 'text/plain', 'application/rdf+xml'} | 6 | mimetypes = {'application/xml', 'text/plain', 'application/rdf+xml'} |
