Restyled by reorder-python-imports

This commit is contained in:
Restyled.io
2024-01-11 18:16:22 +00:00
parent 59e3ae1441
commit 58b5c7d0c4

View File

@ -30,10 +30,10 @@
# * https://www.crummy.com/software/BeautifulSoup/bs4/doc/#xml # * https://www.crummy.com/software/BeautifulSoup/bs4/doc/#xml
# #
#################################################################################### ####################################################################################
import os import os
from bs4 import BeautifulSoup, Comment from bs4 import BeautifulSoup
from bs4 import Comment
from deep_translator import GoogleTranslator from deep_translator import GoogleTranslator
# List of tuples in the form os: # List of tuples in the form os: