From 25e73185e2959d3bbfd140ba3f008e8a3858341d Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Thu, 12 Jan 2023 16:58:47 +0100 Subject: [PATCH] fix pep issue --- otc_doc_convertor/convertor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/otc_doc_convertor/convertor.py b/otc_doc_convertor/convertor.py index 9e91e2dfb..06cb0acef 100644 --- a/otc_doc_convertor/convertor.py +++ b/otc_doc_convertor/convertor.py @@ -95,7 +95,6 @@ class OTCDocConvertor: "Cannot find string for rawization anymore" ) - def streamline_html(self, soup, file_name): # Drop eventual header duplicated anchors fname = file_name.replace(".html", "").lower()