mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-02 05:32: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
|
import os
|
||||||
|
|
||||||
|
from bs4 import BeautifulSoup, Comment
|
||||||
|
from deep_translator import GoogleTranslator
|
||||||
|
|
||||||
# List of tuples in the form os:
|
# List of tuples in the form os:
|
||||||
# * Garmin IQ language three letter mnemonic,
|
# * Garmin IQ language three letter mnemonic,
|
||||||
# * Google Translate language mnemonic,
|
# * Google Translate language mnemonic,
|
||||||
|
Reference in New Issue
Block a user