From 6067d895a32acaa65f97c80153f62fee8771df3e Mon Sep 17 00:00:00 2001 From: DerpDays <34582078+DerpDays@users.noreply.github.com> Date: Tue, 30 Oct 2018 17:11:18 +0000 Subject: Made the local imports come before the external ones --- bot/cogs/error_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/cogs/error_handler.py') diff --git a/bot/cogs/error_handler.py b/bot/cogs/error_handler.py index 17254527..91bbf2e8 100644 --- a/bot/cogs/error_handler.py +++ b/bot/cogs/error_handler.py @@ -1,8 +1,8 @@ -from discord.ext import commands import sys import traceback import math import logging +from discord.ext import commands class CommandErrorHandler: -- cgit v1.2.3