From bb36177e4e747ecaf6856d8fe495431e9df2289e Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 23 Jul 2018 11:36:07 +0200 Subject: yapf -ir --- poezio/xhtml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'poezio/xhtml.py') diff --git a/poezio/xhtml.py b/poezio/xhtml.py index b28eed4f..fefa2e1b 100644 --- a/poezio/xhtml.py +++ b/poezio/xhtml.py @@ -299,7 +299,8 @@ def get_hash(data: bytes) -> str: class XHTMLHandler(sax.ContentHandler): - def __init__(self, force_ns=False, tmp_image_dir: Optional[Path] = None) -> None: + def __init__(self, force_ns=False, + tmp_image_dir: Optional[Path] = None) -> None: self.builder = [] # type: List[str] self.formatting = [] # type: List[str] self.attrs = [] # type: List[Dict[str, str]] -- cgit v1.2.3