mirror of
https://github.com/miaowware/qrm2.git
synced 2025-04-13 06:58:28 -04:00
PEP8, my nemesis, we meet again! (removed unused imports)
This commit is contained in:
parent
7a9d64465e
commit
51cd182c57
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -10,7 +10,6 @@ import json
|
||||
import random
|
||||
from datetime import datetime
|
||||
|
||||
import discord
|
||||
import discord.ext.commands as commands
|
||||
|
||||
import common as cmn
|
||||
|
@ -8,7 +8,6 @@ General Public License, version 2.
|
||||
"""
|
||||
|
||||
import io
|
||||
from datetime import datetime
|
||||
|
||||
import discord
|
||||
import discord.ext.commands as commands
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -8,7 +8,6 @@ General Public License, version 2.
|
||||
"""
|
||||
|
||||
import io
|
||||
from datetime import datetime
|
||||
import re
|
||||
|
||||
import discord
|
||||
|
Loading…
Reference in New Issue
Block a user