From 92b031c54ed6907874ecf6f73ffa321d47d52547 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 28 Feb 2024 10:56:46 -0500 Subject: [PATCH] fix(backup): pylint fix --- backup/backup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup/backup.py b/backup/backup.py index 0592741..b973776 100644 --- a/backup/backup.py +++ b/backup/backup.py @@ -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."""