Fix bag 4622 + indents

This commit is contained in:
Kiryl
2021-09-24 16:29:48 +03:00
parent 55ca366583
commit 63b6a3bda3
5 changed files with 15 additions and 16 deletions

View File

@@ -8,11 +8,7 @@ from threading import Event
from bs4 import BeautifulSoup
from html_docx_preprocessor import HTMLDocxPreprocessor
from libra_html2json_converter import LibraHTML2JSONConverter
<<<<<<< HEAD
from book_solver import BookSolver
=======
from solver import BookSolver
>>>>>>> develop
class DocxBook(BookSolver):