[lint] Fix import order

Reorder imports to be consistenly grouped by standard library, third
party library, and local modules in that order thoughout the library.
This commit is contained in:
Hornwitser
2018-08-01 15:24:33 +02:00
committed by Rapptz
parent ed6451b9da
commit efb4ff850e
19 changed files with 86 additions and 73 deletions

View File

@@ -26,13 +26,14 @@ DEALINGS IN THE SOFTWARE.
import asyncio
import collections
import discord
import inspect
import importlib
import sys
import traceback
import re
import discord
from .core import GroupMixin, Command
from .view import StringView
from .context import Context