PEP8, my nemesis, we meet again! (removed unused imports)

This commit is contained in:
Abigail 2019-12-16 03:59:14 -05:00
parent 7a9d64465e
commit 51cd182c57
11 changed files with 0 additions and 20 deletions

View File

@ -13,9 +13,6 @@ KE8FGB: assigned once, no restrictions
NA2AAA: unassigned, no records
"""
from datetime import datetime
import discord
import discord.ext.commands as commands
from bs4 import BeautifulSoup

View File

@ -7,7 +7,6 @@ This file is part of discord-qrm2 and is released under the terms of the GNU
General Public License, version 2.
"""
from datetime import datetime
import re
from collections import OrderedDict
import random

View File

@ -8,9 +8,7 @@ General Public License, version 2.
"""
import math
from datetime import datetime
import discord
import discord.ext.commands as commands
import common as cmn

View File

@ -10,7 +10,6 @@ import json
import random
from datetime import datetime
import discord
import discord.ext.commands as commands
import common as cmn

View File

@ -8,7 +8,6 @@ General Public License, version 2.
"""
import io
from datetime import datetime
import discord
import discord.ext.commands as commands

View File

@ -7,10 +7,8 @@ This file is part of discord-qrm2 and is released under the terms of the GNU
General Public License, version 2.
"""
from datetime import datetime
import threading
import discord
from discord.ext import commands, tasks
from ctyparser import BigCty

View File

@ -8,9 +8,7 @@ General Public License, version 2.
"""
import json
from datetime import datetime
import discord
import discord.ext.commands as commands
import common as cmn

View File

@ -7,10 +7,8 @@ This file is part of discord-qrm2 and is released under the terms of the GNU
General Public License, version 2.
"""
from collections import OrderedDict
from datetime import datetime
from io import BytesIO
import discord
from discord.ext import commands, tasks
import aiohttp

View File

@ -9,9 +9,7 @@ General Public License, version 2.
import random
import json
from datetime import datetime
import discord
import discord.ext.commands as commands
import aiohttp

View File

@ -8,7 +8,6 @@ General Public License, version 2.
"""
import io
from datetime import datetime
import re
import discord

View File

@ -8,9 +8,6 @@ This file is part of discord-qrm2 and is released under the terms of the GNU
General Public License, version 2.
"""
from datetime import datetime
import discord
from discord.ext import commands, tasks