From 58b5c7d0c4abdb5a70a90a3a2cd66a5b71c3bc16 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 11 Jan 2024 18:16:22 +0000 Subject: [PATCH] Restyled by reorder-python-imports --- translate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translate.py b/translate.py index f43e9a3..ec00292 100644 --- a/translate.py +++ b/translate.py @@ -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: