diff --git a/exts/ae7q.py b/exts/ae7q.py index 8e2a44c..1e5f065 100644 --- a/exts/ae7q.py +++ b/exts/ae7q.py @@ -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 diff --git a/exts/base.py b/exts/base.py index 700153f..3e8e82c 100644 --- a/exts/base.py +++ b/exts/base.py @@ -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 diff --git a/exts/grid.py b/exts/grid.py index f4252ee..570b2e9 100644 --- a/exts/grid.py +++ b/exts/grid.py @@ -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 diff --git a/exts/ham.py b/exts/ham.py index ce7b1fe..c082916 100644 --- a/exts/ham.py +++ b/exts/ham.py @@ -10,7 +10,6 @@ import json import random from datetime import datetime -import discord import discord.ext.commands as commands import common as cmn diff --git a/exts/image.py b/exts/image.py index efec067..f9ebd8b 100644 --- a/exts/image.py +++ b/exts/image.py @@ -8,7 +8,6 @@ General Public License, version 2. """ import io -from datetime import datetime import discord import discord.ext.commands as commands diff --git a/exts/lookup.py b/exts/lookup.py index 3cdf7cd..6e88f71 100644 --- a/exts/lookup.py +++ b/exts/lookup.py @@ -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 diff --git a/exts/morse.py b/exts/morse.py index 1e4fbbc..de762b6 100644 --- a/exts/morse.py +++ b/exts/morse.py @@ -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 diff --git a/exts/qrz.py b/exts/qrz.py index c1a5841..b180049 100644 --- a/exts/qrz.py +++ b/exts/qrz.py @@ -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 diff --git a/exts/study.py b/exts/study.py index 35f1a9c..541bf73 100644 --- a/exts/study.py +++ b/exts/study.py @@ -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 diff --git a/exts/weather.py b/exts/weather.py index f697bd8..577e495 100644 --- a/exts/weather.py +++ b/exts/weather.py @@ -8,7 +8,6 @@ General Public License, version 2. """ import io -from datetime import datetime import re import discord diff --git a/main.py b/main.py index 03094d1..49ffedb 100644 --- a/main.py +++ b/main.py @@ -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