From 85ce3053a69c5e62fe6775563b8a7fddba9c071e Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Tue, 11 Aug 2020 14:38:25 +0200 Subject: Organized imports --- cogs/trans.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cogs/trans.py') diff --git a/cogs/trans.py b/cogs/trans.py index 9ca1004..965f68e 100755 --- a/cogs/trans.py +++ b/cogs/trans.py @@ -1,7 +1,8 @@ -from discord.ext import commands import discord -from google.cloud import translate_v2 as translate import six +from discord.ext import commands +from google.cloud import translate_v2 as translate + translate_client = translate.Client() async def translateMsg(text, target="en"): -- cgit v1.2.3