mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-03 10:28:41 +00:00
Restyled by reorder-python-imports
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user