fix(backup): pylint fix

This commit is contained in:
Seaswimmer 2024-02-28 10:56:46 -05:00
parent bd3a08fe97
commit 92b031c54e
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -17,6 +17,8 @@ from redbot.core.bot import Red
from redbot.core.utils.chat_formatting import error, text_to_file
# pylint: disable=protected-access
class Backup(commands.Cog):
"""A utility to make reinstalling repositories and cogs after migrating the bot far easier."""