Skip to content

Commit

Permalink
Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Taaku18 committed Nov 7, 2019
1 parent 060c5b0 commit 5a079c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import sys
import typing
from datetime import datetime
from itertools import zip_longest
from types import SimpleNamespace

import discord
Expand All @@ -34,7 +33,7 @@
from core import checks
from core.clients import ApiClient, PluginDatabaseClient
from core.config import ConfigManager
from core.utils import human_join, parse_alias, normalize_alias
from core.utils import human_join, normalize_alias
from core.models import PermissionLevel, SafeFormatter, getLogger, configure_logging
from core.thread import ThreadManager
from core.time import human_timedelta
Expand Down

0 comments on commit 5a079c6

Please sign in to comment.