From 0239ab3b6a6ae38dbf5ba439f91f0cee498711a9 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 4 Apr 2018 23:21:48 +0200 Subject: Add some white lines to make the code more compliant --- src/harmless.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/harmless.py') 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 @@ 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'} -- cgit v1.3