Skip to content

Commit 3a9b907

Browse files
committed
formatting
1 parent 2ea0768 commit 3a9b907

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ingestors/documents/html.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
class HTMLIngestor(Ingestor, EncodingSupport, HTMLSupport):
99
"HTML file ingestor class. Extracts the text from the web page."
10+
1011
MIME_TYPES = ["text/html"]
1112
EXTENSIONS = [
1213
"htm",

ingestors/exc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
class ProcessingException(Exception):
55
"A data-related error occuring during file processing."
6+
67
pass
78

89

0 commit comments

Comments
 (0)