Rewrite and add imports

This commit is contained in:
Kiryl
2022-08-03 16:49:17 +03:00
parent 21b5023ba1
commit 9959a04935
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import re
import json
from typing import List, Dict, Union
from bs4 import BeautifulSoup, Tag, NavigableString, Comment
from bs4.element import PageElement
from bs4 import BeautifulSoup, Tag, NavigableString, Comment
from src.util.helpers import BookLogger