From da840a251767f7279bb4bdbc6178815cac29cf3d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 24 Sep 2023 20:45:00 -0400 Subject: [PATCH] fix(exportchannels): pylint fixes --- exportchannels/exportchannels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exportchannels/exportchannels.py b/exportchannels/exportchannels.py index 7c82150..7bdf70a 100644 --- a/exportchannels/exportchannels.py +++ b/exportchannels/exportchannels.py @@ -1,6 +1,6 @@ -import discord import asyncio import os +import discord from redbot.core import Config, checks, commands, data_manager class ExportChannels(commands.Cog):