mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-01 17:38:40 +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
|
||||
#
|
||||
####################################################################################
|
||||
|
||||
import os
|
||||
|
||||
from bs4 import BeautifulSoup, Comment
|
||||
from bs4 import BeautifulSoup
|
||||
from bs4 import Comment
|
||||
from deep_translator import GoogleTranslator
|
||||
|
||||
# List of tuples in the form os:
|
||||
|
Reference in New Issue
Block a user