From 85ce3053a69c5e62fe6775563b8a7fddba9c071e Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Tue, 11 Aug 2020 14:38:25 +0200 Subject: Organized imports --- cogs/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/logs.py') diff --git a/cogs/logs.py b/cogs/logs.py index 4f6aab1..21516be 100755 --- a/cogs/logs.py +++ b/cogs/logs.py @@ -1,5 +1,5 @@ -from discord.ext import commands import discord +from discord.ext import commands class Logs(commands.Cog): -- cgit v1.2.3