Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Commit 428cdda

Browse files
committed
Pep8 fix
1 parent 502edda commit 428cdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreapi/codecs/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class HTMLCodec(BaseCodec):
1010
def load(self, bytes, base_url=None):
1111
content = bytes.decode('utf-8')
1212
# HTML to text.
13-
converter= html2text.HTML2Text()
13+
converter = html2text.HTML2Text()
1414
converter.ignore_links = True
1515
converter.ignore_images = True
1616
content = converter.handle(content).strip()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy