mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 20:52:27 +00:00
Restyled by isort
This commit is contained in:
@ -31,10 +31,11 @@
|
||||
#
|
||||
####################################################################################
|
||||
|
||||
from deep_translator import GoogleTranslator
|
||||
from bs4 import BeautifulSoup, Comment
|
||||
import os
|
||||
|
||||
from bs4 import BeautifulSoup, Comment
|
||||
from deep_translator import GoogleTranslator
|
||||
|
||||
# List of tuples in the form os:
|
||||
# * Garmin IQ language three letter mnemonic,
|
||||
# * Google Translate language mnemonic,
|
||||
|
Reference in New Issue
Block a user