rewrite imports

This commit is contained in:
Kiryl
2021-10-05 14:01:05 +03:00
parent 236233fff1
commit 943b1f0754
12 changed files with 53 additions and 64 deletions

View File

@@ -1,9 +1,9 @@
import logging
import os
import pathlib
import re
from shutil import copyfile
import logging
import pathlib
from typing import List
from shutil import copyfile
from bs4 import BeautifulSoup, NavigableString, Tag