fix(exportchannels): pylint fixes

This commit is contained in:
SeaswimmerTheFsh 2023-09-24 20:45:00 -04:00
parent 223b915d2d
commit da840a2517
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

@ -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):